A rofi plugin for quickly creating Linear issues from anywhere on your desktop.
git clone https://github.com/yourusername/rofi-linear
cd rofi-linear
make installyay -S rofi-linear-
Authenticate with Linear:
rofi-linear auth
This opens your browser to create an API key.
-
Link a team:
rofi-linear link
# Default flow - prompts for title and description
rofi-linear run
# Quick mode - title only
rofi-linear run -q
# Skip opening browser after creation
rofi-linear run -s
# Specify a team
rofi-linear run work# List linked teams
rofi-linear list
# Unlink a team
rofi-linear unlink workAdd to your ~/.config/sway/config or ~/.config/i3/config:
# Linear issue creation
bindsym $mod+i exec rofi-linear runConfig files are stored in ~/.config/rofi-linear/:
config.yaml- Team configurationcreds.yaml- API key (git-ignored)
MIT