Skip to content

Instantly share code, notes, and snippets.

@nini
Created September 3, 2015 09:19
Show Gist options
  • Save nini/ae39764c9a05a8403440 to your computer and use it in GitHub Desktop.
Save nini/ae39764c9a05a8403440 to your computer and use it in GitHub Desktop.
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
git flow feature start "$(pbpaste | tr -c '[:alnum:]' '-' | tr -s '-' '-')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment