Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.01 KB

File metadata and controls

27 lines (19 loc) · 1.01 KB

Actions Status Goreport License MIT

go-notes

CLI tool similar to "rake notes" from Ruby On Rails

Installation

go get -u github.com/cthulhu/go-notes

Usage

Usage: go-notes [flags] <Go file or directory> ...

Without options generates all the note types. Defaults are:

// FIXME    - call to fix something
// OPTIMIZE - call for a refactoring
// TODO     - future plans

Options:
  -f - FIXME annotations
  -o - OPTIMIZE annotations
  -t - TODO annotations
  -c CUSTOM - custom annotation label
  -format count - output format aggregated counts
  -format list - output format list with files and annotations (default)