dotfiles/.config/fish/functions/copyfile.fish

3 lines
46 B
Fish

function copyfile
cat $argv | wl-copy
end