Skip to content

Commit 5713b4a

Browse files
committed
add combined grep/find as search
1 parent 1933100 commit 5713b4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

notes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,11 @@ main() {
182182
;;
183183
"ls" )
184184
cmd="ls_notes"
185-
"search"|"s")
185+
;;
186+
"search"|"s" )
187+
cmd="search_filenames_and_contents"
188+
;;
189+
"search"|"s" )
186190
cmd="search_filenames_and_contents"
187191
;;
188192
"find"|"f" )

0 commit comments

Comments
 (0)