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

https://github.com/wpdas/todo-cli-rust

Todo list CLI - Built using Rust
https://github.com/wpdas/todo-cli-rust

Last synced: 8 months ago
JSON representation

Todo list CLI - Built using Rust

Awesome Lists containing this project

README

          

### TODO - Cli (Rust)

Demo project built using Rust.

## How to use

**Adding a new task:**

```sh
cargo run -- add "my new task"
```

**Completing a task:**

```sh
cargo run -- complete "my new task"
```

A `db.json` file is going to be created and will store all the info.