AutoYADM commit: 2025-04-01 19:50:18

This commit is contained in:
Daniel Fichtinger 2025-04-01 19:50:18 -04:00
parent 314e9f52f0
commit 93207df70b
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function copyfile
cat $argv | wl-copy
end

View file

@ -0,0 +1,3 @@
function copypath
path resolve $argv | wl-copy
end