Codo is a simple yet powerful terminal to-do list manager written in C.
git clone https://github.com/Korbielowski/codo.git
cd codo
docker build -t codo .
docker run -it -v codo-db-data:/codo/ codoTo make your life easier set alias for this command
alias codo='docker run -it -v codo-db-data:/codo/ codo'git clone https://github.com/Korbielowski/codo.git
cd codo
make
make installapt install sqlite3 libncursesw5-dev- Task operations
- Add
- Delete
- Edit
- Change status
- List operations
- Add
- Delete
- Edit
- Change status
- Subtasks
- Details window
- Color themes
- Keymaps
- Config files
- Search
- Scalable interface
- Insert new task/to-do list
i - Insert new subtask
s - Delete task/to-do list
d - Edit task/to-do list
e - Enter to-do list
arrow-right - Exit to-do list
c - Move up
arrow-up - Move down
arrow-down