✓ getting things done with git
npm install git-todo -g$ git-todo --help
Usage
$ git-todo [options]
Options
--quick, -q Don't get blame information
--verbose, -v Show an expanded output
--directory, -d <path> Specify a directory relative to the one you are currently in
--filter, -f <string> Filter todos by the given string
--author, -a <author> Filter todos by the authorgit todo
● 53y "foo bar" @gcsapo
/foo/bar.js (12:0)- /foo/bar.js
● 53y "foo bar" @gcsapo #foo, #bar
/foo/boo.js (12:0)- /foo/boo.jsgit todo --quick
● 53y "foo bar" @gcsapo
/foo/bar.js (12:0)- /foo/bar.js
● 53y "foo bar" @gcsapo #foo, #bar
/foo/boo.js (12:0)- /foo/boo.jsgit todo --verbose
● 53y "foo bar" @gcsapo
/foo/bar.js (12:0)- /foo/bar.js
● 53y "foo bar" @gcsapo #foo, #bar
/foo/boo.js (12:0)- /foo/boo.js