Files
dotcommon/tmux-capture.sh

7 lines
84 B
Bash
Executable File

#!/usr/bin/sh
tmux capture-pane -pJS - > /tmp/tb
tmux display "Saved to /tmp/tb"