LinuxCommandLibrary

clido

command-line todo list manager

TLDR

List tasks

$ clido list
copy
Add a new task
$ clido add "[task description]"
copy
Complete a task
$ clido done [task_id]
copy
Remove a task
$ clido remove [task_id]
copy

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.

SEE ALSO

task(1), todo.txt(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community