Created
December 20, 2016 04:27
-
-
Save presuku/417b9051721a43355c50f2c37cb4a9a0 to your computer and use it in GitHub Desktop.
Use peco and sed instead of fzy and perl.
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 branch --color -a | grep -v '*' | sed -E 's/^ +//' | peco | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment