[GH-ISSUE #25] Record non-interactive programs by piping them to asciiio command #623

Closed
opened 2026-03-15 03:38:41 +03:00 by kerem · 0 comments
Owner

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:

asciiio -c 'make'

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:

make | asciiio
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: ``` asciiio -c 'make' ``` 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: ``` make | asciiio ```
kerem closed this issue 2026-03-15 03:38:46 +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#623
No description provided.