mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #21] Review recorded file before uploading #21
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#21
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 11, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/21
Some people are interested in reviewing the whole recorded output before uploading.
At the moment after recording there's question displayed:
We can change it to:
Entering "v" would open the whole recorded text in
less. Quittinglesswouldprint above prompt again allowing you to upload/review/quit.
Thoughts?
@losingkeys commented on GitHub (Oct 11, 2012):
maybe we could use
scriptreplayto play it locally too? (other than just viewing it withless). I'm not sure how they're being saved currently@ku1ik commented on GitHub (Oct 11, 2012):
@joshuarh well, there's no scriptreplay on OSX (which I support).
@losingkeys commented on GitHub (Oct 11, 2012):
how is OSX supported? (out of curiosity) if their
scriptcommand is crippled (as it says in the ascii.io README). Also, this could be like the web, where you check ifscriptreplayis supported, and provide it as an option, and only providelessif not.@ku1ik commented on GitHub (Oct 12, 2012):
@joshuarh asciiio recorder doesn't use script command on any OS. It implements the functionality of script (running shell/command in pseudo-terminal and saving stdout to file) itself.
@losingkeys commented on GitHub (Oct 13, 2012):
ahh, gotcha
@ku1ik commented on GitHub (Mar 13, 2013):
Another option is to replay it inside of a terminal. This will be easy to implement once we have "play" subcommand (#23).
@ku1ik commented on GitHub (Nov 25, 2013):
I have created a new MR that will cover "new workflow" implementation: #49. It also covers this issue.
@ku1ik commented on GitHub (Dec 19, 2014):
Most probably we'll go this path:
asciinema rec <filename>+asciinema play <filename>+asciinema upload <filename>. Data format is discussed in #70.@ku1ik commented on GitHub (Feb 27, 2015):
This has been implemented in #80.