Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 939 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 939 Bytes

rofi-confluence-jira

Loads the most recently modified Confluence pages and the most recently updated JIRA issues via their REST APIs, and displays those in a rofi menu to quickly access them.

Dependencies

Configuration

This script reads the configuration from $XDG_CONFIG_HOME/rofi-confluence-jira.cfg.

; .config/rofi-confluence-jira.cfg
[confluence]
URL = https://confluence.example.com
USER = username
PASS = password

[jira]
URL = https://jira.example.com
USER = username
PASS = password

Author and License