mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #122] Support for --silent option #92
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#92
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 @lenka21 on GitHub (Jul 21, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/122
right now before recording started I always see:
and similar
at the end.
it would be great to have a possibility of suppressing this messages. I have found, that simple redirecting the output doesn't work, because then nothing is displayed.
With that option I would have a possobility to record everything what other guys write on our common server. Simply enry in default
.zshrcwill do the job:@ku1ik commented on GitHub (Jul 21, 2015):
That's a great idea, and seems to be easy to implement. Thanks!
@noisy commented on GitHub (Aug 7, 2015):
@sickill: any ETA?
@ku1ik commented on GitHub (Aug 7, 2015):
Um, no ETA, sorry. But I'm happy to accept PR :)
@noisy commented on GitHub (Aug 7, 2015):
@sickill I do not know go yet :( And today, when I tried to just remove code responsible for printing this message, I had a problem to properly compile a binary. Regardless of my changes, I always endup with version which produce this message. I am not sure how go building process works, but I am afraid, that somehow during build I unintentionally fetched original sources from last release tag.
@ku1ik commented on GitHub (Aug 8, 2015):
It's in master. Can you pull and test it on your side?
@noisy commented on GitHub (Aug 9, 2015):
@sickill it works as expected! Thanks! :)
@aksh7860 commented on GitHub (Jul 31, 2019):
Hi,
@sickill is this feature available in asciinema version 2.0.2
@noisy commented on GitHub (Aug 1, 2019):
Note: as
option
@aksh7860 commented on GitHub (Aug 1, 2019):
But this doesn't suppress the warning at the start of asciinema
@aksh7860 commented on GitHub (Aug 2, 2019):
I mean this -q option do suppress the warnings and notices, but I wanted to suppress the message that is displayed at start and stop of asciinema
@aksh7860 commented on GitHub (Aug 9, 2019):
Hi @sickill @noisy
Can you help here??
ctrl-onot working in nano when recording #685