git-todo
v2.2.0
Published
✓ getting things done with git
Downloads
17
Readme
git-todo
✓ getting things done with git
Installation
npm install git-todo -g
Usage
$ 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 author
Output
git 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.js
git 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.js
git 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