Skip to content

Find todos inside your code comments using github.com/bitfield/script

Notifications You must be signed in to change notification settings

mainawycliffe/script-find-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Todos Program

This is a go example of a program that can be used to finds todos inside your code comment blocks using Script Go library.

script is a Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on.

Run this example

Finding todos in a directory:

go run main.go ./path/to/directory

Roadmap

  • Save Results to File
  • Use Gitignore to ignore files
  • Switch to Cobra for the CLI
  • Support JSON/Yaml Output

Contributions

If you come across any bugs, feel free to file a bug report. Contributions are also welcome.

About

Find todos inside your code comments using github.com/bitfield/script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages