I'd like to add this to the bottom of the Custom Commands Compendium, but the wiki is not writable by my account.
Open lazyjira in a tmux popup
Launch lazyjira from lazygit without switching terminal tabs. If inside tmux, it opens in a popup; otherwise it runs in lazygit's terminal output mode.
customCommands:
- key: "J"
context: "global"
description: "Open lazyjira"
command: 'if [ -n "$TMUX" ]; then tmux popup -w 90% -h 90% -E lazyjira; else lazyjira; fi'
output: terminal
I'd like to add this to the bottom of the Custom Commands Compendium, but the wiki is not writable by my account.
Open lazyjira in a tmux popup
Launch lazyjira from lazygit without switching terminal tabs. If inside tmux, it opens in a popup; otherwise it runs in lazygit's terminal output mode.