mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-25 18:33:42 +01:00
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"
|