mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #558] [MERGED] Make cat subcommand be capable to actually concatenate multiple recordings #507
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#507
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?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/558
Author: @Low-power
Created: 6/27/2023
Status: ✅ Merged
Merged: 7/2/2023
Merged by: @ku1ik
Base:
develop← Head:true-cat📝 Commits (1)
2fcc431Make 'cat' subcommand be capable to actually concatenate multiple recordings📊 Changes
2 files changed (+8 additions, -7 deletions)
View changed files
📝
asciinema/__main__.py(+2 -2)📝
asciinema/commands/cat.py(+6 -5)📄 Description
Despite its name, the
catsubcommand accepts only 1 input file, and can't really be used to concatenate multiple files.Making it a true
catwould be useful at least to myself.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.