#!/usr/bin/env fish function vis-transfer -d 'Shows how a transfer is doing with pv' -a name tail -f "$name" | pv > /dev/null end ## EOF