mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #132] Save stdin commands .sh or .batch file locally (enhancement) #716
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#716
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 @joseluisq on GitHub (Nov 27, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/132
Now
asciinema rec data.jsonsaves thestdoutoutput at"stdout": []So, Is it possible to save my stack's
stdincommands locally?For example:
Regards
@ku1ik commented on GitHub (Dec 3, 2015):
I'm a bit confused here. You would like to record input as well, or you would like to save the recording to a shell file...?
@joseluisq commented on GitHub (Dec 3, 2015):
I would like to save my input commands only to a shell or batch file, not stdout.
For example:
To
save.sh@jakubjedelsky commented on GitHub (Dec 3, 2015):
We call it
historyin linux :)@joseluisq commented on GitHub (Dec 3, 2015):
Great idea :D but I would like to save batch commands too and the same time
asciinema records my stuff :)
El jue., 3 de diciembre de 2015 8:29, Jakub Jedelsky <
notifications@github.com> escribió:
@ku1ik commented on GitHub (Dec 3, 2015):
Take a look here for the discussion on stdin recording. In short, I don't have plans to support this soon, but it is on my todo list with a lower priority ("some day").
@joseluisq commented on GitHub (Dec 3, 2015):
@sickill great, I hope "some day" mean "in near future"
Regards.