AutoYADM commit: 2025-04-16 15:35:12

This commit is contained in:
Daniel Fichtinger 2025-04-16 15:35:12 -04:00
parent 466a488826
commit 47a06b5318

View file

@ -1,3 +1,9 @@
function copyf
cat $argv | wl-copy
argparse n -- $argv
if set -q _flag_n
cat $argv | wl-copy -n
else
cat $argv | wl-copy
end
end