-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qs: add option to disable printing of strings with given tag #795
Comments
it feels like this sort of interaction is best done live, such as with a quick filter panel and re-rendering the output. this way the user can play around with the output until it works for them. i'm a little worried that relying on CLI arguments is tedious to type and format. still, we should definitely have the functionality. |
I agree that this would be best done interactively. Are we in good enough shape yet to start on the dynamic UI? |
i would enjoy working on the interactive aspect of QS. my only hesitation right now is that it would distract from any other effort currently in progress with QS. what do we have left to explore and do we want to figure that out now? for example, the databases need some work, especially #expert, so i think a database editor is useful, so had been working on that. this way, QS with static output is useful standalone, before the interactive view. |
ok, let's not get ahead of ourselves 😄 {
"min_str_len": 6,
"tags_to_hide": ["#code"],
"tags_to_show": [],
...
} |
I like @mr-tz's idea of configuration values. |
via #761 and @r0ny123
add an option to disable the printing of common/library strings to the console.
and expanding on this: any tag specified by the user.
currently #code is hidden by default, maybe provide a way to un-hide that.
The text was updated successfully, but these errors were encountered: