A cli to perform CRUD operations on your personal todos.
The state is stored in the root file but that can be changed by changing the path in storage.go
. The state is stored in json format.
This is how a todo table looks like :
just clone the repo and cd into it
//this will list all the possible commands
go run ./
go build ./
- then shift the binary to your desired path
- add the path to your rc file to access it from anywhere
- cheerios!