Godo is a cli task tracker and pomodoro timer.
- will be listed here as they get implemented.
- go-sqlite3 v1.14.23
- cobra cli library v.1.8.1
- goose (v3.22.1) as the database migration tool
- Create Task struct.
- Add Database Task Migration Script.
- Implement database functions needed for CRUD operations.
- Test database functions for tasks.
- Add pomodoro functionality.
- Create commands and build CLI interface.