Skip to content

An eloquent CLI-based TODO and FIXME comment viewer for all POSIX systems.

Notifications You must be signed in to change notification settings

dechristopher/toodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

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

About

An eloquent CLI-based TODO and FIXME comment viewer for all POSIX systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages