mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-24 23:45:50 +03:00
[GH-ISSUE #719] [v3] Bug: Piping stdin to rec command fails (worked in v2) #974
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#974
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?
Originally created by @lunrenyi on GitHub (Dec 11, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/719
Pre-submission checks
Bug Description
Piping commands to
asciinema recfor automation worked perfectly in v2.4.0 but fails in v3.0.1.Steps to Reproduce
Expected Behavior
Operating System
macOS 24.6.0
asciinema CLI Version
3.0.1
Installation Method
Downloaded binary
Terminal Information
Additional Context
No response
@lunrenyi commented on GitHub (Dec 11, 2025):
I'm wondering if there is a plan to support this non-interactive use case in v3, or if there is a recommended workaround for automating recordings?
Thanks!
@ku1ik commented on GitHub (Mar 1, 2026):
I'm still trying to figure out whether it's worth adding this to v3. Btw, I'm planning to implement an RPC mechanism for controlling the recorder (sending input, setting markers, etc), which could potentially replace piping to stdin as a way of automation.