3 lines
124 B
Fish
3 lines
124 B
Fish
function copyl --description "Copy URI path" -a path
|
|
echo "file://$(path resolve $path)" | wl-copy -t text/uri-list
|
|
end
|