Command line tool to get user activity from the Gitea API.
Go to file
2024-03-19 20:35:37 -05:00
.gitignore Add config.lua to .gitignore 2024-03-17 17:20:15 -05:00
config.go feat(feed): Add getActivityFeed() function (+ gitea.Client storage modifications) 2024-03-19 18:11:49 -05:00
feed.go feat(feed): Create feed command (WIP) (#9) 2024-03-19 20:35:37 -05:00
go.mod feat(feed): Create feed command (WIP) (#9) 2024-03-19 20:35:37 -05:00
go.sum feat(feed): Create feed command (WIP) (#9) 2024-03-19 20:35:37 -05:00
indicator.go refactor(styles): Add styles.text 2024-03-19 18:30:36 -05:00
main.go feat(feed): Create feed command (WIP) (#9) 2024-03-19 20:35:37 -05:00
README.md Init commit 2024-03-16 13:53:51 -05:00
styles.go refactor(styles): Add styles.text 2024-03-19 18:30:36 -05:00
summary.go feat(feed): Add getActivityFeed() function (+ gitea.Client storage modifications) 2024-03-19 18:11:49 -05:00
times.go refactor(styles): Add styles.text 2024-03-19 18:30:36 -05:00

Gitivity

Command line tool to get user activity from the Gitea API.