Skip to content

A simple tool to check where TODO, FIXME, or BUG comments exist within a project directory. Currently supported file types include: .py, .java, .cpp, .c, .js, .ts, .go, .rb.

License

Notifications You must be signed in to change notification settings

FIN-Warrah/todo_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

todo-check

πŸ“‹ Project Description

A simple tool to check where TODO, FIXME, or BUG comments exist within a project directory. Currently supported file types include: .py, .java, .cpp, .c, .js, .ts, .go, .rb.

πŸ“¦ Installation

Run the following command in the project root directory:

pip install -e .

πŸš€ Usage

Command Line Mode:

todo-check -d <target_directory>

Streamlit Web Interface:

todo-check web

About

A simple tool to check where TODO, FIXME, or BUG comments exist within a project directory. Currently supported file types include: .py, .java, .cpp, .c, .js, .ts, .go, .rb.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages