Skip to content
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

Open
williballenthin opened this issue Jun 12, 2023 · 5 comments
Open
Labels
QS QUANTUMSTRAND

Comments

@williballenthin
Copy link
Collaborator

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.

@williballenthin williballenthin added the QS QUANTUMSTRAND label Jun 12, 2023
@williballenthin
Copy link
Collaborator Author

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.

@mr-tz
Copy link
Collaborator

mr-tz commented Jun 12, 2023

I agree that this would be best done interactively. Are we in good enough shape yet to start on the dynamic UI?

@williballenthin
Copy link
Collaborator Author

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.

@mr-tz
Copy link
Collaborator

mr-tz commented Jun 12, 2023

ok, let's not get ahead of ourselves 😄
maybe can just start collection (user-specific) configuration values like below for now

{
  "min_str_len": 6,
  "tags_to_hide": ["#code"],
  "tags_to_show": [],
  ...
}

@r0ny123
Copy link
Contributor

r0ny123 commented Jun 27, 2023

I like @mr-tz's idea of configuration values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QS QUANTUMSTRAND
Projects
None yet
Development

No branches or pull requests

3 participants