Skip to content

Instantly share code, notes, and snippets.

@psanford
Created December 23, 2020 03:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psanford/c05760bf54a32bfc4692a0fc06489113 to your computer and use it in GitHub Desktop.
Save psanford/c05760bf54a32bfc4692a0fc06489113 to your computer and use it in GitHub Desktop.
Drop in replacement for xdg-open that is 73% better than the official xdg-open
#!/bin/sh
echo -n "$1" | xclip -selection primary; notify-send "URL Copied" "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment