Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 499 Bytes

toodo

A console utility for displaying an organized list of TODO and FIXME comments in a working directory.

Install: git clone https://github.com/dechristopher/toodo && cd toodo && ./toodo.sh install
 - Drops script to /usr/local/bin/td

Usage: td <directory> <file extension regex>
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