From 4a24aa6144fe171a00ae40e3726840f70e28f985 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Wed, 22 Jan 2020 12:14:48 +0100 Subject: [PATCH] update install message to include resh cli --- scripts/install.sh | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2dcf7ec..c58f676 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -218,12 +218,35 @@ echo " COMPLETIONS Zsh and bash completions for 'reshctl' command were installed and should be working. - CHECK FOR UPDATES - $ reshctl update - GRAPHS You can get some graphs of your history by running $ + + CHECK FOR UPDATES + $ reshctl update + + RESH CLI - SEARCH THE RECORDED HISTORY + RESH CLI searches your history by commands and directories. + + Directories are not in regular shell history. Because of that RESH CLI will only search shell history recorded by this project. + This means that you should keep this project and try out RESH CLI in a month or so. + + Please remember that RESH CLI is still an early prototype. + + RESH CLI tool can be bound to ctrl+R or executed directly. + + * RESH CLI is not bound to ctrl+R by default + + Enable/disable ctrl+R binding for THIS shell session: + $ reshctl enable ctrl_r_binding + $ reshctl disable ctrl_r_binding + + Enable/disable for FUTURE shell sessions: + $ reshctl enable ctrl_r_binding_global + $ reshctl disable ctrl_r_binding_global + + Run the RESH CLI tool as a one-off: + $ resh ISSUES Please report issues to: https://github.com/curusarn/resh/issues