mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #372] ASCIINEMA_REC is not set #849
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#849
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 @omry on GitHub (Sep 18, 2019).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/372
Looks like ASCIINEMA_REC is not properly set.
I found that if I run asciinema with this it will be passed to the recoded session:
ASCIINEMA_REC=1 asciinema rec
This seems to disagree with the doc (https://asciinema.org/docs/usage)
@Enteee commented on GitHub (Feb 25, 2020):
asciinema 2.0.2 -- and I see the same issue.
@vext01 commented on GitHub (Apr 5, 2020):
Same issue here on OpenBSD.
@ku1ik commented on GitHub (Apr 19, 2020):
Fixed via #400. Will be part of the upcoming release.
@mickael-menu commented on GitHub (Feb 20, 2021):
EDIT: Oops, I assumed that the latest release was more recent since this issue is quite old already, but it looks like the fix was not released yet.
Still happens for me with 2.0.2, on macOS 10.15.7 with zsh 5.7.1.
@karimknaebel commented on GitHub (Mar 21, 2021):
Indeed, the last release was almost 2 years ago.