aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-10-09 20:56:48 +0300
committergramanas <anastasis.gramm2@gmail.com>2018-10-09 20:56:48 +0300
commit855c582f5eecaab2cb5637a5157658f7cb71cc1d (patch)
tree736fe7d7480b7d7f81d7df7ab01bc703d2c6a359 /README.org
parent598e0522de924a50ea9c640955daab8512029eb4 (diff)
downloadck-855c582f5eecaab2cb5637a5157658f7cb71cc1d.tar.gz
ck-855c582f5eecaab2cb5637a5157658f7cb71cc1d.tar.bz2
ck-855c582f5eecaab2cb5637a5157658f7cb71cc1d.zip
Add grep to search aliases
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
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