Skip to content

Instantly share code, notes, and snippets.

View s5unty's full-sized avatar

Sun Wuan s5unty

View GitHub Profile
@s5unty
s5unty / todo_ff.sh
Created May 24, 2012 17:18 — forked from PillowMetal/todo_ff.sh
TODOTXT_FINAL_FILTER
#!/bin/bash
export COLOR_PRIORITY="$RED"
export COLOR_CONTEXT="$GREEN"
export COLOR_PROJECT="$CYAN"
export COLOR_ADD_ONS="$PURPLE"
# Force gawk to behave posixly. Comment out if you get an error about
# no such option -W.
AWK_OPTIONS=""