Skip to content

Instantly share code, notes, and snippets.

@jdittrich
Last active December 8, 2016 08:36
Show Gist options
  • Save jdittrich/55232c58c6f07f3b3ca63c45aabec43a to your computer and use it in GitHub Desktop.
Save jdittrich/55232c58c6f07f3b3ca63c45aabec43a to your computer and use it in GitHub Desktop.
grep hashtags to clipboard. Needs xclip installed
xclip -out | grep '#\w\+' -o | xclip -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment