[PR #499] [MERGED] Add --out-fmt option to play command #493

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

📋 Pull Request Information

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

Base: developHead: play-out-fmt


📝 Commits (1)

  • 4550bdb Add --out-fmt option to play command

📊 Changes

6 files changed (+82 additions, -10 deletions)

View changed files

📝 README.md (+9 -1)
📝 asciinema/__main__.py (+6 -0)
📝 asciinema/asciicast/v1.py (+1 -1)
📝 asciinema/asciicast/v2.py (+3 -1)
📝 asciinema/commands/play.py (+2 -0)
📝 asciinema/player.py (+61 -7)

📄 Description

Implements playback output in asciicast format, allowing it to be streamed elsewhere.


🔄 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/499 **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-out-fmt` --- ### 📝 Commits (1) - [`4550bdb`](https://github.com/asciinema/asciinema/commit/4550bdb7394e6660a2cfb0db910add6835031efd) Add `--out-fmt` option to `play` command ### 📊 Changes **6 files changed** (+82 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -1) 📝 `asciinema/__main__.py` (+6 -0) 📝 `asciinema/asciicast/v1.py` (+1 -1) 📝 `asciinema/asciicast/v2.py` (+3 -1) 📝 `asciinema/commands/play.py` (+2 -0) 📝 `asciinema/player.py` (+61 -7) </details> ### 📄 Description Implements playback output in asciicast format, allowing it to be streamed elsewhere. --- <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:54 +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#493
No description provided.