[GH-ISSUE #254] [v2] Mismatch of actual behavior of result to asciinema rec -h info re. --stdin #179

Closed
opened 2026-02-25 20:32:58 +03:00 by kerem · 2 comments
Owner

Originally created by @pdfkungfoo on GitHub (Dec 24, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/254

asciinema rec -h says:

--stdin enable stdin recording, disabled by default

However, when recording with asciinema rec one.cast, the recorded file contains:

[4.426335, "i", "e"]
[4.427224, "o", "e"]
[4.665514, "i", "x"]
[4.666192, "o", "x"]
[4.826479, "i", "i"]
[4.826958, "o", "i"]
[4.938407, "i", "t"]
[4.938787, "o", "t"]

indicating that stdin recoring is enabled by default. If this will be remaining for the final asciinema v2.0 release, there should be an option shown by the -h flag showing how to disable it.

Originally created by @pdfkungfoo on GitHub (Dec 24, 2017). Original GitHub issue: https://github.com/asciinema/asciinema/issues/254 *`asciinema rec -h`* says: *`--stdin enable stdin recording, disabled by default`* However, when recording with *`asciinema rec one.cast`*, the recorded file contains: ``` [4.426335, "i", "e"] [4.427224, "o", "e"] [4.665514, "i", "x"] [4.666192, "o", "x"] [4.826479, "i", "i"] [4.826958, "o", "i"] [4.938407, "i", "t"] [4.938787, "o", "t"] ``` indicating that stdin recoring is *enabled* by default. If this will be remaining for the final asciinema v2.0 release, there should be an option shown by the *`-h`* flag showing how to disable it.
kerem closed this issue 2026-02-25 20:32:58 +03:00
Author
Owner

@ku1ik commented on GitHub (Feb 4, 2018):

@KurtPfeifle are you sure you don't have stdin = yes in [rec] section of your config file?

<!-- gh-comment-id:362902509 --> @ku1ik commented on GitHub (Feb 4, 2018): @KurtPfeifle are you sure you don't have `stdin = yes` in `[rec]` section of your config file?
Author
Owner

@pdfkungfoo commented on GitHub (Feb 6, 2018):

@sickill:

Sorry, I cannot re-check on the same system. It was a VM which I had to delete due to space problems.

However, I suspect your guess was a very educated one: I checked again on two other systems, and could not reproduce the issue there.

<!-- gh-comment-id:363466656 --> @pdfkungfoo commented on GitHub (Feb 6, 2018): @sickill: Sorry, I cannot re-check on the same system. It was a VM which I had to delete due to space problems. However, I suspect your guess was a very educated one: I checked again on two other systems, and could not reproduce the issue there.
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#179
No description provided.