Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 751 Bytes

File metadata and controls

26 lines (21 loc) · 751 Bytes

Slodo

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

How to use

Compilation

Before compilation, you can modify FONT_NAME BG_COLOR FG_COLOR in slodo.c for different font / colors To compile, execute make

Normal mode

  • 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

Insert mode

  • Enter exits insert mode

Dependencies

  • xcb
  • X11
  • xcb-keysyms

TODO

  • Implement support for modifying existing line and removing completion status