mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #19] Edit befor upload #616
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#616
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 @muescha on GitHub (Oct 2, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/19
Sometimes you type in something private (directory names, hidden ip adresses).
there should be a method to anonymize some data before uploading.
@srawlins commented on GitHub (Oct 2, 2012):
This sounds... near impossible. The recorder has no notion of these concepts. A directory name, as individual letters, doesn't even need to correspond with keystrokes, what with autocompletion, backspacing, etc.
I think it is 100% the user's responsibility not to record sensitive info. Many things in the shell can be masked with environment variables, etc.
@losingkeys commented on GitHub (Oct 2, 2012):
What about a way to play/pause locally, then select text to blur/star it out?
@ku1ik commented on GitHub (Oct 11, 2012):
I'm with @srawlins on this. Any approach to this problem would complicate the code a lot and would not solve the whole problem sufficiently. This is not a responsibility for this simple recorder.
@ku1ik commented on GitHub (Oct 11, 2012):
Maybe proposed behavior described in #21 is something that you may like.