DanielBelow / rofi-youtrack

Search YouTrack using Rofi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rofi youtrack search

General description

Inspired by rofi-web-search.

Use Rofi to search for issues on YouTrack.

The typed query will be checked for:

  • ending with a !: shows 10 most recently updated suggestions
  • matching a single issue id: directly opens that single issue in the browser
  • otherwise: opens the issue tracker with the given search query

Requirements

  • rofi
  • python3

Configuration

Install script dependencies with pip install -r requirements.txt.

Add/change your YouTrack token and browser in the script (check here for help on generating a token). Using bspwm add the following line to .config/sxhkd/sxhkdrc:

<your_keybind>
    rofi -lines 10 -padding 0 -hide-scrollbar -show search -modi search:/path/to/yt-search.py -i

About

Search YouTrack using Rofi

License:MIT License


Languages

Language:Python 100.0%