https://github.com/odeassis/to-do-rs
to-do list in terminal with rust.
https://github.com/odeassis/to-do-rs
Last synced: over 1 year ago
JSON representation
to-do list in terminal with rust.
- Host: GitHub
- URL: https://github.com/odeassis/to-do-rs
- Owner: odeassis
- Created: 2022-08-14T13:54:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T14:13:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T10:11:40.953Z (over 1 year ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To-Do list with Rust 🦀
## DEMO
- Create a task.
```shell
cargo run create
```
- edit a task.
```shell
... edit
```
- delete a task.
```shell
... delete
```
- details of a task.
```shell
... get
```
- list all tasks.
```shell
... get_all
```