mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #66] upload recording as private #663
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#663
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 @omaraboumrad on GitHub (Jul 15, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/66
Kindly add a new feature to asciinema.org allowing users to change a recording's visibility.
Options: Public/Private
Example setting through terminal:
~ Asciicast recording finished.
~ Do you want to upload it? [Y/n] Y
~ Do you want to make it private? Y
Thank you!
@jottr commented on GitHub (Sep 25, 2014):
👍
IMHO instead of asking the user, a
-pswitch would be sufficient.I would like to extend the wishlist to a
-cswitch to copy a casts url to clipboard and an-oto immediately open the cast in a browser.@ku1ik commented on GitHub (Sep 25, 2014):
I plan to add
-pand-oswitches like you described.-cis already used for specifying the command to record (like insu -c ...,bash -c ...etc). We would need to find another one for copy-to-clipboard. Maybe-C.. ?@jottr commented on GitHub (Sep 25, 2014):
Since
-cis already in use-Cmakes sense. Unless you would decide to remap-cto-eto execute a command. But that would break scripts already using asciinema (if such scripts even exist).Maybe you could support long parameters as well? I.e.
asciinema rec --copy --private --execute command@ghost commented on GitHub (Sep 29, 2014):
I was surprised to see that my recording was public the first time I used it. Prompting
"Do you want to upload it as a public video? [y/n]" would be nice.
@jottr commented on GitHub (Sep 29, 2014):
I, for one, actually expected that. It's the same for githubs gist cli tool.
How about a
.asciinema.rcwhere people can set their preferred standard privacy settings?@jottr commented on GitHub (Sep 29, 2014):
I, for one, actually expected that. It's the same for githubs gist cli tool.
How about a
.asciinema.rcwhere people can set their preferred standard privacy settings?@ghost commented on GitHub (Sep 29, 2014):
.asciinema.rc would be nice! I still like to see an explicit message at the prompt if it's going to be public.
@ku1ik commented on GitHub (Dec 14, 2014):
There's
~/.asciinema/configfile already. We can add support forrecord.private = true/falsesetting to it.@KenSuenobu commented on GitHub (Feb 25, 2015):
👍
@ku1ik commented on GitHub (May 11, 2015):
Good news! Private asciicasts just landed for everyone: http://blog.asciinema.org/post/private/
@KenSuenobu commented on GitHub (May 11, 2015):
AWESOME!!!!!!! Thank you so much for doing this!!