From 855c582f5eecaab2cb5637a5157658f7cb71cc1d Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 9 Oct 2018 20:56:48 +0300 Subject: Add grep to search aliases --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index c03a093..4f4fc52 100644 --- a/README.org +++ b/README.org @@ -239,7 +239,7 @@ Usage: #+END_SRC *** search -or s or -s +or grep or s or -s Perform infile grep in all the configurations ck keeps track of. @@ -252,11 +252,11 @@ Usage: # search for parenthesis $ ck search \( # search term with spaces - $ ck search "This is a space" + $ ck grep "This is a space" # both - $ ck search "(add 2 4)" + $ ck s "(add 2 4)" # and a normal one - $ ck search alias + $ ck -s alias #+END_SRC If you want to use more advanced grep techniques or even -- cgit v1.2.3