mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #151] Tmux spilt windows? #117
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukehinds on GitHub (Mar 6, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/151
I have seen a few people recording tmux spilt windows, but google is not pulling up results on how they are doing this. I have had a brief look at the code and args available, but can't see how its done.
All my attempts result in just a single window being recorded.
Anyone have any ideas on how to go about this?
@ku1ik commented on GitHub (Mar 6, 2016):
You can do it the following way:
asciinema rec -c "tmux attach -t session-name"@ku1ik commented on GitHub (Mar 6, 2016):
I guess it would be worth posting this as a short blog post or a wiki page.
@lukehinds commented on GitHub (Mar 7, 2016):
Super thanks, this is very useful. I think a quick blog entry would be useful as google will pick it up!
@ku1ik commented on GitHub (Mar 26, 2016):
Added wiki page about it here: https://github.com/asciinema/asciinema/wiki/Recording-tmux-session
@normen commented on GitHub (Dec 6, 2020):
This doesn't seem to work anymore for me on MacOS 10.15.7 / Tmux 3.1c - I just get a black screen when I play the recorded file?