Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T23:22:20.000Z (over 3 years ago)
- Last Synced: 2024-04-16T18:11:26.395Z (8 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
```