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

https://github.com/daiki48/todoapp-cli

Built a cli todo app in rust.
https://github.com/daiki48/todoapp-cli

Last synced: 2 months ago
JSON representation

Built a cli todo app in rust.

Awesome Lists containing this project

README

        

# This is Todo App with Rust lang.

CLI's Todo App.

[Japanese article](https://zenn.dev/daiki_record/articles/a5d9f8312fdfc8)

## Feature

- todo add
- todo complete
- todo save

## Usage

### For Example

Input command

```
$ cargo run -- add "todo test1"
```

confirmation

```
$ cat ./data/db.json
```

## Additional Functions

- [ ] todo delete
- [ ] todo content update