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

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.

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
```