AutoYADM commit: 2025-04-18 18:30:05
This commit is contained in:
parent
d473a0a6c4
commit
ed0e7d3731
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue