Skip to content

Instantly share code, notes, and snippets.

View the1ts's full-sized avatar

Paul Mansfield the1ts

View GitHub Profile
@the1ts
the1ts / projectview
Created June 21, 2009 16:18
Shows projects with todo items in priority order
#!/bin/bash
# 2009 Paul Mansfield
# License: GPL, http://www.gnu.org/copyleft/gpl.html
# Stop Verbose lines, thanks to Mark Harrison
TODOTXT_VERBOSE=0
usage () {
echo "$(basename $0) [BASENAME] [TERM]"
echo " Show todo items containing TERM, grouped by project, and displayed in priority order."
echo " If no TERM provided, displays entire todo.txt."