A simple, xcb based, linux todo application
Additionally 2 scripts are included for opening/highlighting and closing the todo application, which allows for opening the application with shortcuts
Before compilation, you can modify FONT_NAME
BG_COLOR
FG_COLOR
in slodo.c for different font / colors
To compile, execute make
- j, k move between selected line
- d sets completion, pressing d again on a completed line removes it
- shift + j, k switches around the todo lines
- o enters insert mode
- ESC quits application
- Enter exits insert mode
- xcb
- X11
- xcb-keysyms
- Implement support for modifying existing line and removing completion status