| Crates.io | tarea |
| lib.rs | tarea |
| version | 0.1.0 |
| created_at | 2025-07-23 15:10:29.716938+00 |
| updated_at | 2025-07-23 15:10:29.716938+00 |
| description | small task manager |
| homepage | https://github.com/marcelarie/tarea |
| repository | https://github.com/marcelarie/tarea |
| max_upload_size | |
| id | 1764894 |
| size | 56,583 |
tarea is a very small command‑line task manager written in Rust.
Tasks are stored in a local SQLite database (~/.tarea/tasks.db) with UUID primary keys.
Install directly from crates.io:
cargo install tarea
Or, from the project directory:
cargo install --path .
git clone https://github.com/marcelarie/tarea.git
cd tarea
cargo build --release
# list tasks
tarea
# add a task
tarea Finish report -d "due tomorrow"
# remove the database (confirmation required)
tarea --delete-database
[p] pending, [d] done,
[s] standby), the (optionally truncated) name, and the creation timestamp.....~/.tarea.toml) for defaults (colors, DB path, truncation length)less‑style)crossterm or ratatui)