Skip to content

jkingstonc/find-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find TODOs

Find TODOs in your source code!

Currently supports the following languages

  • Python
  • C#

Installation

pip install find-todos

Note: You may need to add <path to your python installation>/Scripts to your PATH environment variable so you can call find-todos from any shell.

Usage

find-todos <path-to-directory>

(.venv) PS C:\Users\jking\dev\find-todos> find-todos src
                           Found 1 TODOs                           
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Date       ┃ File Path                  ┃ Line No ┃ Description ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━┩
│ 2025-09-22 │ src\find_todos\__init__.py │ 3       │ test todo!  │
└────────────┴────────────────────────────┴─────────┴─────────────┘

Local Dev

uv sync to sync requirements

uv pip install -e to install the package as editable

About

Find TODOs in source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages