AutoYADM commit: 2025-04-01 19:50:18
This commit is contained in:
parent
314e9f52f0
commit
93207df70b
2 changed files with 6 additions and 0 deletions
3
.config/fish/functions/copyfile.fish
Normal file
3
.config/fish/functions/copyfile.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function copyfile
|
||||
cat $argv | wl-copy
|
||||
end
|
3
.config/fish/functions/copypath.fish
Normal file
3
.config/fish/functions/copypath.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function copypath
|
||||
path resolve $argv | wl-copy
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue