lddsb / ulauncher-gitlab

Ulauncher extension to interact with GitLab.

Home Page:https://ext.ulauncher.io/-/github-brpaz-ulauncher-gitlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ulauncher GitLab

Ulauncher extension to interact with GitLab.

Ulauncher Extension CI Status license

Demo

demo

Features

  • Search public projects
  • Search your starred projects
  • Search your private Projects.
  • Search your Groups
  • Provides quick access to common GitLab pages like your Issues, Todos and Merge Requests.
  • Shortcuts for Gitlab.com and GitLab status page.
  • Supports both hosted GitLab.com and On-Premise.

Requirements

Install

First install all the Python depdendencies needed by this extension:

sudo apt install python3-pip
pip3 install "python-gitlab >=1.5.1,<2.0.0"

Open ulauncher preferences window -> extensions -> add extension and paste the following url:

<%= https://github.com/brpaz/ulauncher-gitlab %>

Usage

Before using the extension, you must configure your GitLab access token in the plugin settings. You can yours here.

Development

make link
make dev

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

💛 Support the project

If this project was useful to you in some form, I would be glad to have your support. It will help to keep the project alive and to have more time to work on Open Source.

The sinplest form of support is to give a ⭐️ to this repo.

You can also contribute with GitHub Sponsors.

GitHub Sponsors

Or if you prefer a one time donation to the project, you can simple:

Buy Me A Coffee

License

Copywright @ 2019 Bruno Paz

This project is MIT Licensed.

About

Ulauncher extension to interact with GitLab.

https://ext.ulauncher.io/-/github-brpaz-ulauncher-gitlab

License:MIT License


Languages

Language:Python 94.3%Language:Makefile 5.7%