A lightweight todo list application for the terminal implementing vim motions.
- Vim Motions - Navigate and manipulate tasks using vim motions
- Fast and Crossplatform - Runs entirely in the terminal with no OS dependencies
- Local Storage - Your tasks are saved locally
- Keyboard-First - No mouse allowed, optimized for speed and efficiency
- C++ compiler with C++23 support or later
- CMake
git clone https://github.com/notpatern/term-todo-list.git
cd term-todo-list
./compile.bat