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

Options to make sure names are the same length #166

Open
mastilver opened this issue Sep 22, 2018 · 5 comments
Open

Options to make sure names are the same length #166

mastilver opened this issue Sep 22, 2018 · 5 comments

Comments

@mastilver
Copy link

Would you accept a PR that adds a --min-prefix-length options?

When using wildcards command, it's harder to make sure the name are of the same size (for aesthetic reasons)

ei.

[babel] Successfully compiled 26 files with Babel.
[webpack] Compiled successfully.

Would become (using --min-prefix-length 7)

[babel  ] Successfully compiled 26 files with Babel.
[webpack] Compiled successfully.
@gustavohenke
Copy link
Member

Yes!

But:
What do you think of something stricter, like --pad-prefix*..?
So concurrently automatically finds the command with the lengthiest prefix and pads the others with spaces. Would require less maintenance for users, too.

* I'm not sure if it sounds good for native english speakers, so feel free to suggest something else!

@govindrai
Copy link

This would be an excellent enhancement. I have some super long service names and super short service names. Logs are super painful to traverse.

@ssukienn
Copy link

ssukienn commented Jan 11, 2023

This would be such a nice feature. Would you review potential PR for it?

@gustavohenke
Copy link
Member

yes @ssukienn!

@gustavohenke
Copy link
Member

Duplicate of #417

@gustavohenke gustavohenke marked this as a duplicate of #417 Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants