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

prnt command: add option --multiColumns #813

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

mattirn
Copy link
Collaborator

@mattirn mattirn commented Dec 13, 2022

displays the collection of simple values in multiple columns.

Example:

groovy-repl> 
groovy-repl> keymap |; prnt --multiColumns
"^@" set-mark-command                    "^A" beginning-of-line                   "^B" backward-char                       
"^D" delete-char-or-list                 "^E" end-of-line                         "^F" forward-char                        
"^G" abort                               "^H" backward-delete-char                "^I" expand-or-complete                  
"^J" accept-line                         "^K" kill-line                           "^L" clear-screen                        
"^M" accept-line                         "^N" down-line-or-history                "^O" accept-line-and-down-history        
"^P" up-line-or-history                  "^R" history-incremental-search-backward "^S" history-incremental-search-forward  
"^T" transpose-chars                     "^U" kill-whole-line                     "^V" quoted-insert                       
"^W" backward-kill-word                  "^Y" yank                                "^]" character-search                    
"^_" undo                                " "-"(" self-insert                      ")" insert-close-paren                   
"*"-"\\" self-insert                     "]" insert-close-square                  "\^"-"|" self-insert                     
"}" insert-close-curly                   "~" self-insert                          "^?" backward-delete-char                
.......

displays the collection of simple values in multiple columns
@mattirn mattirn merged commit 751a7d7 into jline:master Dec 13, 2022
@mattirn mattirn deleted the prnt-multiColumns branch December 14, 2022 21:49
@mattirn mattirn mentioned this pull request Jan 15, 2023
@gnodet gnodet added this to the 3.22.0 milestone Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants