Skip to content

mxsjoberg/todoparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo.sh

A simple utility to find TODO comments in files.

sh todo.sh <path/to/file>

Usage

Download and cd into folder, then make todo.sh executable.

chmod u+x todo.sh

Copy todo.sh to /usr/local/bin.

cp todo.sh /usr/local/bin

Create alias in .zshrc (or whatever).

alias todo=/usr/local/bin/todo.sh

Reload.

source ~/.zshrc

Run.

todo

.todo

Use todo init to create .todo-file in project root folder, add filenames to this file to include in search.

readme.md

Example

# TODO this is a todo

example.png

About

Find TODOs in files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages