sup

command module
v0.0.0-...-fe1557a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

README

sup

sup is a command line utility that will show you outstanding TODO items in the specified path. If the path belongs to a git repository, the result can further be filtered by the author who made the commit, so you can quickly track down your outstanding work.

Usage

sup
sup [command]

Available Commands:
  list        List outstanding TODO items in current or specified directory

Use "sup [command] --help" for more information about a command.
sup list
sup list [path] [flags]

Flags:
  -e, --email string   Override author look up value (default git config --global user.email
  -a, --skip-author    Skip author lookup
  -g, --skip-git       Skip current git commit lookup

$ sup list

Looking up commits by dharrigan118@gmail.com...

> inner/search_test.py 2 results
inner/search_test.py [0] >>> # TODO
inner/search_test.py [2] >>> return "test"  # TODO

> simple.txt 1 results
simple.txt [0] >>> TODO hello


Found 3 outstanding TODOs!

Install

go get github.com/davidharrigan/sup

Make sure your $GOPATH bin is in your $PATH:

export PATH=$PATH:$GOPATH/bin

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL