mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-25 10:23:42 +01:00
5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
|
#!/usr/bin/env zsh
|
||
|
|
||
|
CMD=$(gum input --placeholder="command")
|
||
|
zellij action new-pane -- man "$CMD"
|