https://github.com/codethread/git-nudge
because i'm not reading my emails and neither are you
https://github.com/codethread/git-nudge
Last synced: 9 months ago
JSON representation
because i'm not reading my emails and neither are you
- Host: GitHub
- URL: https://github.com/codethread/git-nudge
- Owner: codethread
- Created: 2025-03-10T16:48:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T02:40:20.000Z (11 months ago)
- Last Synced: 2025-10-04T14:04:40.662Z (9 months ago)
- Language: TypeScript
- Homepage: https://codethread.github.io/git-nudge
- Size: 5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Nudge
Simple GitLab dashboard to monitor changes to Merge Requests and give you a nudge
## Contribution
### Libs
- runtime: [tauri](https://v2.tauri.app/)
- icons: [lucide](https://lucide.dev/guide/)
- components: [shadcn](https://ui.shadcn.com/docs)
- ui: [tailwind](https://tailwindcss.com/docs)
### getting schema
Can either use the public gitlab schema, or a hosted one.
#### Public
- from gitlab [graphql-schema-dump](https://gitlab.com/gitlab-org/gitlab/-/jobs/94889270010)
https://gitlab.com/gitlab-org/gitlab/-/jobs/9488927001/artifacts/download
### Hosted
- for deployment, set env `GRAPH_DOMAIN=https://git.domain.io`