Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielcsapo/git-todo

✓ getting things done with git
https://github.com/gabrielcsapo/git-todo

git todo utility

Last synced: 21 days ago
JSON representation

✓ getting things done with git

Awesome Lists containing this project

README

        

# git-todo

> ✓ getting things done with git

[![Npm Version](https://img.shields.io/npm/v/git-todo.svg)](https://www.npmjs.com/package/git-todo)
[![npm](https://img.shields.io/npm/dt/git-todo.svg)]()
[![npm](https://img.shields.io/npm/dm/git-todo.svg)]()

## Installation

```sh
npm install git-todo -g
```

## Usage

```sh
$ git-todo --help

Usage
$ git-todo [options]

Options
--quick, -q Don't get blame information
--verbose, -v Show an expanded output
--directory, -d Specify a directory relative to the one you are currently in
--filter, -f Filter todos by the given string
--author, -a Filter todos by the author
```

## Output

> git todo

```sh
● 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

```sh
● 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

```sh
● 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
```