5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
CMD=$(gum input --placeholder="command")
|
|
zellij action new-pane -- man "$CMD"
|