mirror of
https://codeberg.org/hyperreal/bin
synced 2025-01-18 16:23:43 +01:00
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CMD=$(gum input --placeholder="command")
|
|
tmux split-window -h man "$CMD"
|