bin/tman
2022-11-24 00:24:12 -06:00

5 lines
94 B
Bash
Executable File

#!/usr/bin/env bash
CMD=$(gum input --placeholder="command")
tmux split-window -h man "$CMD"