AutoYADM commit: 2025-04-18 18:30:05

This commit is contained in:
Daniel Fichtinger 2025-04-18 18:30:05 -04:00
parent d473a0a6c4
commit ed0e7d3731

View file

@ -1,3 +1,8 @@
function copyp function copyp
path resolve $argv | wl-copy argparse n -- $argv
if set -q _flag_n
path resolve $argv | wl-copy -n
else
path resolve $argv | wl-copy
end
end end