mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
refactor: Simplify asciinema command in tmux_record.sh
This commit is contained in:
parent
4b6424f631
commit
94016c87fd
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ TMUX_SIZE=$(tmux display -p '#{window_width}x#{window_height}')
|
||||||
echo "Using terminal size: $TMUX_SIZE"
|
echo "Using terminal size: $TMUX_SIZE"
|
||||||
|
|
||||||
# Start asciinema recording with the tmux window size
|
# Start asciinema recording with the tmux window size
|
||||||
asciinema rec -c "tmux attach -t 0 -r" tmp.cast --headless --append --tty-size $TMUX_SIZE $*
|
asciinema rec -c "tmux attach -t 0 -r" --headless --tty-size $TMUX_SIZE $*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue