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

Allow regex for output names #8258

Open
josecastillolema opened this issue Jul 19, 2024 · 2 comments
Open

Allow regex for output names #8258

josecastillolema opened this issue Jul 19, 2024 · 2 comments
Labels
enhancement New feature or incremental improvement

Comments

@josecastillolema
Copy link

Please fill out the following:

  • Description:
    When having similar outputs:
#set $ofi 'Lenovo Group Limited P27h-20 V90796ZZ'
#set $ofi 'Lenovo Group Limited P27h-20 V9079706'
set $ofi 'Lenovo Group Limited P27h-20 V9073DFX'

output $ofi    scale 1     res [email protected]   pos    0 340

It would be amazing to support regex, i.e.:

set $ofi '^Lenovo Group Limited P27h-20' 

instead of needing the complete and full name.

@josecastillolema josecastillolema added the enhancement New feature or incremental improvement label Jul 19, 2024
@WhyNotHugo
Copy link
Contributor

WhyNotHugo commented Jul 23, 2024

See also: #5629 (Allow all glob patterns in output configs)

@josecastillolema
Copy link
Author

Thanks, made a comment there, hope it merges eventually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or incremental improvement
Development

No branches or pull requests

2 participants