[PR #498] [MERGED] Add --stream option to play command #492

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

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/498
Author: @ku1ik
Created: 5/14/2022
Status: Merged
Merged: 5/14/2022
Merged by: @ku1ik

Base: developHead: play-stdin


📝 Commits (1)

  • 675b37d Add --stream option to play command

📊 Changes

8 files changed (+67 additions, -33 deletions)

View changed files

📝 README.md (+6 -1)
📝 asciinema/__main__.py (+5 -0)
📝 asciinema/asciicast/events.py (+6 -6)
📝 asciinema/asciicast/v1.py (+16 -7)
📝 asciinema/asciicast/v2.py (+10 -9)
📝 asciinema/commands/cat.py (+1 -1)
📝 asciinema/commands/play.py (+6 -1)
📝 asciinema/player.py (+17 -8)

📄 Description

Allows selecting stream to replay, either output (o) or input (i). Defaults to output.


🔄 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/498 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 5/14/2022 **Status:** ✅ Merged **Merged:** 5/14/2022 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `play-stdin` --- ### 📝 Commits (1) - [`675b37d`](https://github.com/asciinema/asciinema/commit/675b37d535c2e8005210618d6a1c48ed8f1d899d) Add `--stream` option to `play` command ### 📊 Changes **8 files changed** (+67 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -1) 📝 `asciinema/__main__.py` (+5 -0) 📝 `asciinema/asciicast/events.py` (+6 -6) 📝 `asciinema/asciicast/v1.py` (+16 -7) 📝 `asciinema/asciicast/v2.py` (+10 -9) 📝 `asciinema/commands/cat.py` (+1 -1) 📝 `asciinema/commands/play.py` (+6 -1) 📝 `asciinema/player.py` (+17 -8) </details> ### 📄 Description Allows selecting stream to replay, either output (`o`) or input (`i`). Defaults to output. --- <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:53 +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#492
No description provided.