Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bobthecow
Created July 6, 2010 00:56
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobthecow/464871 to your computer and use it in GitHub Desktop.
Save bobthecow/464871 to your computer and use it in GitHub Desktop.
`git todo` alias is the hotness.
[alias]
# install t first: http://github.com/sjl/t
todo = !python ~/path/to/t.py --task-dir "$(git rev-parse --show-toplevel)" --list TODO
bug = !python ~/path/to/t.py --task-dir "$(git rev-parse --show-toplevel)" --list BUGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment