An open API service indexing awesome lists of open source software.

https://github.com/forfd8960/planner-rs

A Terminal Todo list app written in Rust
https://github.com/forfd8960/planner-rs

rust-lang terminal-app

Last synced: 3 months ago
JSON representation

A Terminal Todo list app written in Rust

Awesome Lists containing this project

README

        

# Planner

A Terminal Todo list app written in Rust

```sh
~/D/C/g/f/planner (master) [2]> ./target/debug/planner create --name "learn rust" --desc "rust is awesome" --finsh-date "2025-12-31"
Options { cmd: Create(CreateOpts { name: "learn rust", desc: "rust is awesome", finsh_date: "2025-12-31" }) }
create todo: CreateOpts { name: "learn rust", desc: "rust is awesome", finsh_date: "2025-12-31" }
```