mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #498] [MERGED] Add --stream option to play command #492
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#492
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/498
Author: @ku1ik
Created: 5/14/2022
Status: ✅ Merged
Merged: 5/14/2022
Merged by: @ku1ik
Base:
develop← Head:play-stdin📝 Commits (1)
675b37dAdd--streamoption toplaycommand📊 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.
-) as stdout for output filename #1100