git-todo

✓ getting things done with git

Usage no npm install needed!

<script type="module">
  import gitTodo from 'https://cdn.skypack.dev/git-todo';
</script>

README

git-todo

✓ getting things done with git

Npm Version Build Status Coverage Status Dependency Status devDependency Status 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

● @foo 1d "foo bar"
● @foo 1d "foo bar" @gcsapo #foo, #bar

git todo --quick

● 1d "foo bar" @gcsapo #foo, #bar
● 1d "foo bar" @gcsapo

git todo --verbose

● @foo 1d "foo bar" @gcsapo
  /foo/bar.js (12:0)
● @bar 1d "foo bar" @gcsapo #foo, #bar
  /foo/boo.js (12:0)