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

Closed
mastilver opened this issue Sep 22, 2018 · 6 comments · Fixed by #495
Closed

Options to make sure names are the same length #166

mastilver opened this issue Sep 22, 2018 · 6 comments · Fixed by #495

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

gustavohenke commented Sep 23, 2018

Yes!

But:
What do you think of something stricter, like --pad-prefix*..?
So concurrently automatically finds the command with the longest 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
@gustavohenke gustavohenke added this to the v9 milestone Jul 21, 2024
@gustavohenke
Copy link
Member

🚢 This is now available in v9.0.0!
https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.0

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

Successfully merging a pull request may close this issue.

4 participants