Skip to content

Instantly share code, notes, and snippets.

View aristus's full-sized avatar

Carlos Bueno aristus

View GitHub Profile
#!/usr/bin/python
## gitsh (pronounced like "glitch"), an interactive wrapper for git.
##
## gitsh parses the output of "git status" and numbers the files for
## you, for easy operations on multiple files.
##
## $ gitsh status
## 1) M foo/bar.py
## 2) M foo/baz.py
## 3) A blah.sh