mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #25] Record non-interactive programs by piping them to asciiio command #623
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#623
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 @ku1ik on GitHub (Oct 12, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/25
Currently you can run custom command instead of a shell by using "-c" option:
This uses pty and still allows for interactive programs to be properly captured.
For non-interactive scripts we could implement reading from stdin, without need for forking/spawning child process etc: