mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
refactor: Simplify asciinema command in tmux_record.sh
This commit is contained in:
parent
3ba75c5a62
commit
89c9290602
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@
|
|||
TMUX_SIZE=$(tmux display -p '#{window_width}x#{window_height}')
|
||||
|
||||
# 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