Last active
March 22, 2024 14:27
-
-
Save gangelo/12720d77d0257c695861ce77963d6ddf to your computer and use it in GitHub Desktop.
Dev env tools list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make it public