Skip to content

VintageDesign/todo_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo CLI

Just a minimalist todo list tool for the command line.

Building

Install build deps:

sudo apt install libncurses5-dev libncursesw5-dev

Then run the build and install it.

cmake -B build
cmake --build build --target install

Usage

To launch the tool you can simplily call todo. The all commands are visible on the screen to allow you to add/remove/complete items, and add/remove tabs.

Each list you create is saved in ~/.todo/ as a separate text file automatically.

About

A CLI todo list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published