Last active
May 10, 2025 10:09
-
-
Save kjetilho/3340d024bf83cce1dd64ef43c35285f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# graciously coded by topcat001 on #tmux | |
tmux wait-for -L test | |
tmux command-prompt -p 'input:' 'set-buffer "%%%"; wait-for -U test' | |
tmux wait-for -L test | |
tmux show-buffer | |
tmux wait-for -U test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment