An open API service indexing awesome lists of open source software.

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.

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/td

Usage: td
Directory defaults to durrent directory and extension defaults to .go files

Examples:

td . *.go
td /var/www *.php
td ~/git
```

TODO:

- Fix flicker on redraw
- Improve argument parsing
- Rewrite in go