There are 0 repository under cli-todo topic.
Console ToDo app. The ToDo console app is a simple and easy-to-use task management tool that works on the command line. It allows users to easily add, delete, edit, and view their tasks without the distraction of complex graphical interfaces.
A simple CLI todo_list synced with Github
A simple command-line interface (CLI) Todo application that allows users to manage their tasks. Tasks can be added, listed, and removed, and are stored in a JSON file (`todo.json`).
Command line application (CLI Todo App) made with Bubble Tea (to create a TUI) & Cobra frameworks, and CRUD to a SQLite database