Skip to content

DanielBelow/rofi-youtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages