https://github.com/thiti-dev/rustodocli
Just a simple todo CLI program for managing the tasks that have to be done
https://github.com/thiti-dev/rustodocli
chrono cli-app prettytable-rs rust-lang serde-json
Last synced: 8 months ago
JSON representation
Just a simple todo CLI program for managing the tasks that have to be done
- Host: GitHub
- URL: https://github.com/thiti-dev/rustodocli
- Owner: Thiti-Dev
- Created: 2020-11-02T16:48:45.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-02T16:50:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T03:42:16.652Z (9 months ago)
- Topics: chrono, cli-app, prettytable-rs, rust-lang, serde-json
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🐍 rust-todo-cli aka rustodocli
Just a simple todo CLI program for managing the tasks that have to be done
### ⌛ (Status) still in development
## Remaining processes
- Using serde to serializing the struct state and store it into the file by using the fileio (Saving)
- Using serde to deserializing the serializing data and bringing back the data (Loading)
- Maybe make this as the program menu that support key pressing by using termionNote: have been busying with the university stuff lol and recently was sick (This might be leaveing as un-done for a while)