https://github.com/pearl-hub/todo
Organize and keep control of your todo
https://github.com/pearl-hub/todo
Last synced: 4 months ago
JSON representation
Organize and keep control of your todo
- Host: GitHub
- URL: https://github.com/pearl-hub/todo
- Owner: pearl-hub
- Created: 2016-04-02T10:29:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T23:31:57.000Z (over 5 years ago)
- Last Synced: 2025-01-05T09:42:10.476Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO
====
Allows recursively to search for TODOs inside every files in the directories
specified by the user. It is also possible to add new generics TODOs in the
default file. Type *todo --help* to see all the available options.Example of using:
$ todo
Lists the generics TODOs and the TODOs contained into every files in the
directories specified by the user.$ todo 'This is a new TODO'
Adds a new TODO into the default file.$ todo -r 'NUM'
Removes the TODO specified by the user.$ todo -a ''
Adds a new path to look for TODOs.$ todo -l
Lists the available paths.$ todo -d 'NUM'
Removes the paths specified by the entry.