mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #207] Merge recordings from multiple terminals to same file #767
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#767
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 @suhailcheroor on GitHub (May 16, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/207
I want to record all terminal tabs to a single file. Is it possible ?
@ku1ik commented on GitHub (Jun 11, 2017):
This is not possible, sorry.
@Cj-bc commented on GitHub (Nov 10, 2018):
I think we can do such work by using tmux(or other terminal multiplexer) in current version.
Just for reference, I leave sample:
https://asciinema.org/a/211083
@ku1ik commented on GitHub (Nov 16, 2018):
Using terminal multiplexer like
tmuxorscreenis the way to go here.