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.
- Host: GitHub
- URL: https://github.com/daiki48/todoapp-cli
- Owner: Daiki48
- Created: 2022-08-26T05:06:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T14:14:58.000Z (over 2 years ago)
- Last Synced: 2025-02-06T22:31:59.895Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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