5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
CMD=$(gum input --placeholder="command")
|
||
|
tmux split-window -h man "$CMD"
|