df4f9150cf9b9e49ecac12a8729a31c3a2003e32
Implement listcon and listproj in terms of grep -w -o, which prints words that match the given regular expression, and sort -u, which obviates uniq. This probably only works with GNU grep, which seems better than having to rely on gawk (which is used nowhere else). Signed-off-by: Emil Sit <sit@emilsit.net> Signed-off-by: Gina Trapani <ginatrapani@gmail.com>
TODO.TXT Command Line Interface
Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
First release: 5/11/2006
Conceived and released by: Gina Trapani (http://ginatrapani.org)
Contributors: http://github.com/ginatrapani/todo.txt-cli/network
License: GPL, http://www.gnu.org/copyleft/gpl.html
More information and mailing list at http://todotxt.com
To submit patches, fork the repository at http://github.com/ginatrapani/todo.txt-cli/tree/master
Description
☑ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
Languages
Shell
98.7%
Makefile
1.3%