Skip to content

Terminal integrations

Add a popup command to ~/.config/herdr/config.toml:

[[keys.command]]
key = "prefix+i"
type = "popup"
command = "lnr issue create"
width = "80%"
height = "80%"

Reload Herdr with herdr server reload-config, then press prefix + i.

bind-key "i" display-popup -E -w 80% -h 80% 'lnr issue create'
Terminal window
lnr completion bash
lnr completion zsh
lnr completion fish
lnr completion powershell