mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #13] delete from the command line #10
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#10
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 @ivanov on GitHub (Aug 29, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/13
I somehow was able to upload a screencast without logging in (just by logging in), and now there doesn't seem to be a way to delete this screencast. http://ascii.io/a/1062
I have tried logging in as user ~pi, but that did not help, it seems to think its some other user pi (pi is my local username on my machine)
@ku1ik commented on GitHub (Oct 11, 2012):
To delete you need to authenticate by running:
in your terminal.
This will connect asciicasts uploaded by you with your new profile and you'll be able delete from the website.
@ku1ik commented on GitHub (Oct 11, 2012):
Actually having a subcommand "rm" to delete from command line would be cool. It could look like this:
@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.