Skip to content

lynxcs/slodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple, xcb based, linux todo application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published