- Not even close to v1.0
- Runtime errors expected, experimenting with keystrokes
- No tests right now but I use it every day
$CLERK = 'wherever your git clone finished'
cd $CLERK
git submodule update --init
cd $CLERK/lib/termbox
./waf configure
./waf
rm build/src/libtermbox.so* => to use static lib
cd $CLERK/lib/yajl
./configure
make
cd $CLERK
scons
-
pnew project -
Pdelete current project -
Eedit current project -
tnew todo -
Tdelete current todo -
eedit current todo -
Lload config -
?show help -
Ssave to JSON file -
Qquit -
Movement: vi-style
-
SPACEtoggle todo finished/not-finished -
rmark todo as "in progress"
Many times, I found myself in the situation to switch from one task to another? Those tasks are more like mini-projects. Therefore, I need to shift my brain to a completely different topic which is annoying because you have to remember all the important stuff you wanted to do. To make it easier for me I tried different apps including some mindmapping tools. I never felt really comfortable but to be honest, I didn't spent much time to learn all the cool quirks per app.
Satisfy my needs!
- No mouse interaction at all
- No fancy UI
- Interactive commandline
- Get the job done with as few keystrokes as possible
- Visual feedback such as highlighting
You got the same needs? => Get it!
You like the approach but you can do better? => Fork it!