- You should have go and git installed
- Clone this repository
cd todo
go install
- Run the app by typing
todo
in your terminal
You can write your todos by title and detail with this cli application.
This app uses sqlite3, and golang's cli framework cobra under the hood.
- Add new Todo
- Show full list of Todo
- Show details of a single Todo
- Delete Todo by title