Skip to content

Instantly share code, notes, and snippets.

@icio
Created March 8, 2012 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icio/2000445 to your computer and use it in GitHub Desktop.
Save icio/2000445 to your computer and use it in GitHub Desktop.
Bash function for opening GHI issues in the browser
# usage: ghi | ghi-w
# usage: ghi -u icio | ghi-w
alias ghi-w="awk '{ print substr(\$1,1,length(\$1)-1), \"\n\" }' | cat | xargs -n 1 ghi -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment