[PR #558] [MERGED] Make cat subcommand be capable to actually concatenate multiple recordings #507

Closed
opened 2026-02-25 20:33:56 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: true-cat


📝 Commits (1)

  • 2fcc431 Make '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 cat subcommand accepts only 1 input file, and can't really be used to concatenate multiple files.

Making it a true cat would be useful at least to myself.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/558 **Author:** [@Low-power](https://github.com/Low-power) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 7/2/2023 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `true-cat` --- ### 📝 Commits (1) - [`2fcc431`](https://github.com/asciinema/asciinema/commit/2fcc4315bec655a90a33a822f24d45d3a05a1b96) Make 'cat' subcommand be capable to actually concatenate multiple recordings ### 📊 Changes **2 files changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `asciinema/__main__.py` (+2 -2) 📝 `asciinema/commands/cat.py` (+6 -5) </details> ### 📄 Description Despite its name, the `cat` subcommand accepts only 1 input file, and can't really be used to concatenate multiple files. Making it a true `cat` would be useful at least to myself. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#507
No description provided.