Allow to search in the CLI multi-page output
--------------------------------------------
Key: WFCORE-3744
URL:
https://issues.jboss.org/browse/WFCORE-3744
Project: WildFly Core
Issue Type: Feature Request
Reporter: Marek Marusic
Assignee: Jean-Francois Denise
It would be nice to allow search of patterns in the CLI multi-page output. Something
similar as it is done by "less" command.
*List of keys and actions for the search:*
* <number> + ENTER : go to line <number>
* SLASH : switch to a search mode input
** ANY KEY : adding the char into search pattern
** ENTER : search the document for the pattern
** UP : move up in the search history
** DOWN : move down in the search history
* 'n' : go to next match (if no more matches in the direction say "Pattern
not found (press RETURN)")
* 'N' : go to prev. match (if no more matches in the direction say "Pattern
not found (press RETURN)")
* 'j' : go line down
* 'k' : go line up
* HOME / 'g' : go to start of the document
* END / 'G' : go to end of the document