Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 319 Bytes

nowhat

Simple todo list parser.

Usage: nowhat.sh filename

Parses a simple formatted todo list and prints what you should be doing now. See todo.txt for a sample todo list.

I use it in my tmux powerline like so:

set -g status-right '#(eval /home/ab/Code/nowhat/nowhat.sh /home/ab/Code/nowhat/today.txt)'