git-todo

2.2.0 • Public • Published

git-todo

✓ getting things done with git

Npm Version npm npm

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

/git-todo/

    Package Sidebar

    Install

    npm i git-todo

    Weekly Downloads

    9

    Version

    2.2.0

    License

    Apache-2.0

    Unpacked Size

    29.8 kB

    Total Files

    15

    Last publish

    Collaborators

    • kpdecker
    • gabrielcsapo