Skip to content

Add lazyjira command to Custom Commands Compendium #5742

Description

@Karlo-Vrdoljak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions