Created
September 3, 2025 14:58
-
-
Save fsimonis/259c97f945616e871542d7a7465b40b1 to your computer and use it in GitHub Desktop.
Copy file uri from terminal to paste in GUI applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!bash | |
| echo -n "file://$( readlink -f $@ )" | wl-copy -t "text/uri-list" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment