A simple Rust CLI to manage to-do lists.

cli rust rust-cli to-do
2 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests adding a `--json` flag to the `tasky list` command, enabling it to output data in JSON format. The implementation should update `src/main.rs` using the `clap` crate for argument parsing, and the output should be easily consumable by PowerShell's `ConvertFrom-Json`.

Complexity: 2/5
enhancement good first issue

A simple Rust CLI to manage to-do lists.

Rust
#cli#rust#rust-cli#to-do
Add `--done` command about 2 months ago

AI Summary: This issue proposes adding a new command, `tasky done <index>`, to mark a task as complete. The command should update the `done` property to `true` for the specified task in `tasks.json`. The implementation involves modifying `src/main.rs` and testing on Windows.

Complexity: 2/5
enhancement good first issue

A simple Rust CLI to manage to-do lists.

Rust
#cli#rust#rust-cli#to-do