One issue Im having is that sometimes I create large snippets, but I dont want the output to blast my terminal. The --quiet option hides the "View your snippet..." messages, but it doesnt hide the much louder "Snippet file content read from ...: " messages.
It seems to me that --quiet should truly quiet the output - maybe as far as only showing "Snippet successfully created:
" and nothing else. The current behavior could be maintained by another flag, something more specific like --suppress-links or something better. Even better, maybe the granularity of the logging could also be configured with ~/.cacher.storage.json, or another config file, if that one is too low-level.
Thoughts? Im happy to submit a PR for any of the aforementioned functionality, but I first want to make sure my ideas make sense.
First, just wanna say, I love this tool. Thanks!
One issue Im having is that sometimes I create large snippets, but I dont want the output to blast my terminal. The" messages.
--quiet
option hides the "View your snippet..." messages, but it doesnt hide the much louder "Snippet file content read from ...:It seems to me that
--quiet
should truly quiet the output - maybe as far as only showing "Snippet successfully created:--suppress-links
or something better. Even better, maybe the granularity of the logging could also be configured with~/.cacher.storage.json
, or another config file, if that one is too low-level.Thoughts? Im happy to submit a PR for any of the aforementioned functionality, but I first want to make sure my ideas make sense.
Thanks!