[FEAT]: Alphabetize/organize komorebic --help output #175

Closed
opened 2026-01-05 14:48:45 +01:00 by adam · 1 comment
Owner

Originally created by @maxbane on GitHub (Jan 23, 2023).

Currently komorebic --help prints a list of commands in a random order, which makes it difficult to scan through them when looking for something. It would be helpful if the list of commands were printed in alphabetical order.

Alternatively, if you wanted to get fancy, you could divide the commands into different sections (e.g., those related to focus, those related to layouts, etc.) and print these out with separate section headers, alphabetized within each section.

I just feel like there are a ton of commands now, so it would make sense to give some thought to readability/scanability when listing them :)

Originally created by @maxbane on GitHub (Jan 23, 2023). Currently `komorebic --help` prints a list of commands in a random order, which makes it difficult to scan through them when looking for something. It would be helpful if the list of commands were printed in alphabetical order. Alternatively, if you wanted to get fancy, you could divide the commands into different sections (e.g., those related to focus, those related to layouts, etc.) and print these out with separate section headers, alphabetized within each section. I just feel like there are a ton of commands now, so it would make sense to give some thought to readability/scanability when listing them :)
adam added the enhancement label 2026-01-05 14:48:45 +01:00
adam closed this issue 2026-01-05 14:48:45 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Feb 12, 2023):

https://github.com/clap-rs/clap/issues/1553 once this lands in clap I think the grouping is a great idea!

@LGUG2Z commented on GitHub (Feb 12, 2023): https://github.com/clap-rs/clap/issues/1553 once this lands in clap I think the grouping is a great idea!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#175