To create the db, you will need sqlite3
(you can install in various ways)
To install with pacman (PACkage MANager)
pacman -S sqlite3
Then to create the DB, you just need to run
sqlite3 task-cli-db.db
To run the project in dev mode
cargo run -- --help
This will allow you to get the options of the cli
To build the project, just run
cargo build
Then the cli tool should be in the target
folder
./target/debug/task-cli --help
- Task
- Get
- Remove
- Update
- Complete
- Data Storage
- Read from json
- Save in json
- Migrate to some db
- Save to db