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
- Host: GitHub
- URL: https://github.com/forfd8960/planner-rs
- Owner: forfd8960
- Created: 2025-03-03T07:56:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T14:18:01.000Z (3 months ago)
- Last Synced: 2025-03-03T15:27:53.274Z (3 months ago)
- Topics: rust-lang, terminal-app
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" }
```