clido
command-line todo list manager
TLDR
List tasks
$ clido list
Add a new task$ clido add "[task description]"
Complete a task$ clido done [task_id]
Remove a task$ clido remove [task_id]
SYNOPSIS
clido command [options]
DESCRIPTION
clido is a lightweight command-line todo list manager designed for developers who prefer terminal-based workflows. It provides straightforward task management with commands for adding, listing, completing, and removing tasks.
Tasks are stored locally in plain text files and can be managed without requiring any external services or accounts. The minimal interface keeps task management fast and distraction-free, making it easy to integrate into shell scripts or daily workflows.
