initial commit

This commit is contained in:
2025-08-12 23:07:17 -04:00
commit fa132af00a
8 changed files with 823 additions and 0 deletions

6
tmux-capture.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/sh
tmux capture-pane -pJS - > /tmp/tb
tmux display "Saved to /tmp/tb"