The GitHub activity feed is broken, so I decided to reimplement it in the terminal.
- Store list of user's starred repos locally in sqlite database
- Retrieve list of releases using GitHub REST API and display on console
- Allow user to specify how far in the past to query for when finding releases
- Cache release data locally to avoid needless GitHub API usage
- Transform from basic CLI that uses
rich
to a TUI usingtextual