AutoYADM commit: 2025-05-02 17:10:14

This commit is contained in:
Daniel Fichtinger 2025-05-02 17:10:14 -04:00
parent c585215b6d
commit 98415dc429

View file

@ -1,3 +1,3 @@
function copyl --description "Copy URI path"
echo "file://$PWD/$argv" | wl-copy -t text/uri-list
function copyl --description "Copy URI path" -a path
echo "file://$(path resolve $path)" | wl-copy -t text/uri-list
end