3 lines
105 B
Fish
3 lines
105 B
Fish
function copyl --description "Copy URI path"
|
|
echo "file://$PWD/$argv" | wl-copy -t text/uri-list
|
|
end
|