Skip to content

Instantly share code, notes, and snippets.

@gangelo
Last active March 22, 2024 14:27
Show Gist options
  • Select an option

  • Save gangelo/12720d77d0257c695861ce77963d6ddf to your computer and use it in GitHub Desktop.

Select an option

Save gangelo/12720d77d0257c695861ce77963d6ddf to your computer and use it in GitHub Desktop.
Dev env tools list
git hub command-line tool: brew install gh
git stuff - https://github.com/scmbreeze/scm_breeze
fuzzy finder (fzf): https://github.com/junegunn/fzf
rails groutes: https://gist.git.uscis.dhs.gov/spmarcia/1efd716f99bc8d441d0006cbe9f4fff0
function ghpr() {
GH_FORCE_TTY=100% gh pr list | fzf --ansi --preview 'GH_FORCE_TTY=100% gh pr view {1}' --preview-window down | awk '{print $1}' | xargs gh pr checkout
}
@gangelo
Copy link
Copy Markdown
Author

gangelo commented Mar 22, 2024

Make it public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment