Skip to content

Instantly share code, notes, and snippets.

@sagax
Created June 13, 2016 08:33
Show Gist options
  • Save sagax/0e9dd4d9305e0ebab47efc1f656ca551 to your computer and use it in GitHub Desktop.
Save sagax/0e9dd4d9305e0ebab47efc1f656ca551 to your computer and use it in GitHub Desktop.
dmenu for clipboard
NUM=$(gpaste history | dmenu -l 30 | sed 's/: .*//') && gpaste get $NUM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment