DASH Integration
In order to launch ENHANCE
from DASH
add a custom keybind to your
DASH
config:
keybindings: prs: - key: T command: gh enhance -R {{.RepoName}} {{.PrNumber}}
Note: You can change the T keybind to whatever you want, I just remember it
by the Test
mnemonic.
Using tmux
Section titled “Using tmux”If you’re working with tmux
, you can also launch it in a new window:
keybindings: prs: - key: T command: >- tmux new-window ' gh enhance -R {{.RepoName}} {{.PrNumber}} '