go-notes

command module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: MIT Imports: 6 Imported by: 0

README

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)

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