Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 311 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 311 Bytes

godo

Lists TODO statements in text files.

Install

go install github.com/cheekybits/godo

Usage

godo [-tokens=TODO,OTHER,FIXME] [-pattern=*.*] {path}
  • -tokens tokens to find as comma separated list
  • -pattern pattern of file
  • {path} is the directory to start from