← Back to Projects
🦀 rust-cli 2024

Todo CLI

A simple terminal task manager. Add, mark as done, and remove tasks from the command line.

Preview

portfolio — bash

$ todo-cli add "Fix auth bug"

✅ Added task #1: Fix auth bug

$ todo-cli list

📋 Task list: [ ] #1 Fix auth bug [ ] #2 Write unit tests [✓] #3 Update README

$ todo-cli done 1

✅ Task #1 marked as done

Tech Stack

  • Rust
  • Clap
  • Serde
  • Colored

Description

A simple terminal task manager. Add, mark as done, and remove tasks from the command line.