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

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

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 termion

Note: have been busying with the university stuff lol and recently was sick (This might be leaveing as un-done for a while)