mabox-todolist is a collection of tools for managing simple to-do lists.
It includes a CLI, dynamic menus, and conky.
It’s built on the todo.sh script from http://todotxt.org/ with a few enhancements added:
- multiple todo lists
- handy dynamic menu
- Conky widget with easy filtering
- Notes for every todo list - cherrytree (optional)
- customizable menu part for every todo list (optional)
mabox-todolist will be included and preconfigured in next Mabox release. For now you have to install it…
Installation
Install:
yay -S mabox-todolist
then we need to copy all needed files…
mabox-todo.sh init
Above command will copy needed files and start Conky.
Dynamic menu
Click on Conky to launch dynamic menu - which is probably the best way to manage your todo lists.
If you like to bind dynamic menu to some keyboard shortcut or somewhere else - the command is TODOlist.
command line usage
Handy variable and alias for command line usage (place it in ~/.bashrc):
export TODOTXT_DEFAULT_ACTION=ls
alias t='mabox-todo.sh'
Then learn about it:
t help
Note…
About and Help is not implemented yet.
