[jboss-jira] [JBoss JIRA] (WFCORE-3743) Allow to search in the CLI multi-page output
Marek Marusic (JIRA)
issues at jboss.org
Fri Apr 13 08:29:00 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Marusic updated WFCORE-3743:
----------------------------------
Description:
It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command. A very good start point for implementation of this is the "less" implementation in aesh-extensions [1].
*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
[1] https://github.com/aeshell/aesh-extensions/tree/master/aesh/src/main/java/org/aesh/extensions/less
was:
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
> Allow to search in the CLI multi-page output
> --------------------------------------------
>
> Key: WFCORE-3743
> URL: https://issues.jboss.org/browse/WFCORE-3743
> Project: WildFly Core
> Issue Type: Feature Request
> Components: CLI
> 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. A very good start point for implementation of this is the "less" implementation in aesh-extensions [1].
> *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
> [1] https://github.com/aeshell/aesh-extensions/tree/master/aesh/src/main/java/org/aesh/extensions/less
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list