Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hingew/rofi-gitlab
A rofi mode for fast gitlab navigation
https://github.com/hingew/rofi-gitlab
gitlab golang rofi rofi-mode
Last synced: 22 days ago
JSON representation
A rofi mode for fast gitlab navigation
- Host: GitHub
- URL: https://github.com/hingew/rofi-gitlab
- Owner: hingew
- Created: 2022-08-31T18:48:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:45:40.000Z (6 months ago)
- Last Synced: 2024-10-30T01:51:24.496Z (2 months ago)
- Topics: gitlab, golang, rofi, rofi-mode
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rofi-gitlab
> **Important** Work in Progress
A rofi mode for fast gitlab navigation
## Installation
Make sure you have rofi installed:
```
sudo pacman -S rofi
```Run `go build` and `go install`. Make sure you have `$HOME/go/bin` in your `$PATH`!
Create a `config.json` at `$HOME/.config/rofi-gitlab` and change the values accordingly:
```
{
"BaseUrl": "https://gitlab.example.com",
"Token": "",
"TTL": 3600,
}%
```TTL is the number of seconds when `rofi-gitlab` will cache the results of the projects.
## Usage
Use rofi-gitlab as mode:
```
$ rofi -modi "gitlab:$HOME/go/bin/rofi-gitlab" -show gitlab
```