mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #722] [MERGED] allow playing a cast from stdin #1211
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#1211
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/722
Author: @fopina
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @ku1ik
Base:
develop← Head:feature/play_from_stdin📝 Commits (1)
31b3628allow playing a cast from stdin - using same pattern as convert📊 Changes
2 files changed (+6 additions, -2 deletions)
View changed files
📝
src/cli.rs(+1 -1)📝
src/cmd/play.rs(+5 -1)📄 Description
Using same code as convert uses for
INPUT, allow playing a cast from stdin.Personally, quite useful for longer casts that I have gzipped:
zcat my.cast.gz | asciinema play -🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.