https://github.com/dechristopher/toodo
An eloquent CLI-based TODO and FIXME comment viewer for all POSIX systems.
https://github.com/dechristopher/toodo
bash c cpp fixme gross hacky todo yucky zsh
Last synced: about 1 month ago
JSON representation
An eloquent CLI-based TODO and FIXME comment viewer for all POSIX systems.
- Host: GitHub
- URL: https://github.com/dechristopher/toodo
- Owner: dechristopher
- Created: 2017-10-26T02:43:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T19:14:33.000Z (over 7 years ago)
- Last Synced: 2025-02-05T09:18:06.757Z (3 months ago)
- Topics: bash, c, cpp, fixme, gross, hacky, todo, yucky, zsh
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toodo
A console utility for displaying an organized list of TODO and FIXME comments in a working directory.
```bash
Install: git clone https://github.com/dechristopher/toodo && cd toodo && ./toodo.sh install
- Drops script to /usr/local/bin/tdUsage: td
Directory defaults to durrent directory and extension defaults to .go filesExamples:
td . *.go
td /var/www *.php
td ~/git
```TODO:
- Fix flicker on redraw
- Improve argument parsing
- Rewrite in go