Skip to content

Instantly share code, notes, and snippets.

@PillowMetal
PillowMetal / todo_ff.sh
Created July 15, 2011 07:40
TODOTXT_FINAL_FILTER
#!/bin/bash
export COLOR_CONTEXT=$LIGHT_CYAN
export COLOR_PROJECT=$LIGHT_PURPLE
export COLOR_DATE=$LIGHT_GREEN
# Force gawk to behave posixly. Comment out if you get an error about
# no such option -W.
AWK_OPTIONS="-W posix"
if [ "$TODOTXT_PLAIN" -eq "0" ]; then
awk $AWK_OPTIONS '
function highlight(colorVar, color) {