dotfiles/.config/fish/functions/copyl.fish

3 lines
77 B
Fish

function copyl
echo "file://$PWD/$argv" | wl-copy -t 'text/uri-list'
end