Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay /HELP command list more compactly #440
Comments
DanielOaks
added
enhancement
good first issue
internal
labels
Mar 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DanielOaks commentedMar 3, 2019
•
edited
When you do
/quote HELP index, all the commands are listed. In a very inefficient way that's difficult to browse. Instead of the single list, it should list 'em in three columns or something along those lines.Basically: Make a function that takes a list of strings, a desired line length, a number of columns, and then:
Something roughly like that, and then display it. ^ can be a function alongside the existing line-splitting function we have for maxlen.
Suggested by @bogdomania :)