dotfiles/.config/fish/functions/copyf.fish

3 lines
43 B
Fish

function copyf
cat $argv | wl-copy
end