https://github.com/kiesel/gitlab-polybar
A Gitlab API client that renders output suitable for polybar
https://github.com/kiesel/gitlab-polybar
gitlab polybar-scripts
Last synced: 8 months ago
JSON representation
A Gitlab API client that renders output suitable for polybar
- Host: GitHub
- URL: https://github.com/kiesel/gitlab-polybar
- Owner: kiesel
- License: mit
- Created: 2020-02-19T12:25:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T23:22:20.000Z (over 4 years ago)
- Last Synced: 2025-02-21T13:45:27.295Z (12 months ago)
- Topics: gitlab, polybar-scripts
- Language: TypeScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-polybar
A simple script to fetch status of merge requests from a GitLab instance.
Run this:
```
$ gitlab-polybar fetch --mr-for-me --mr-by-me --apikey --url
2/1 | 3/3 | 6/5
```
Add it to your polybar config:
```
[module/gitlab]
type = custom/script
exec = gitlab-polybar fetch --mr-for-me --mr-by-me --apikey --url
interval = 900
```