diff options
-rwxr-xr-x | gist | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -283,7 +283,6 @@ _show_list() { | |||
283 | } | 283 | } |
284 | 284 | ||
285 | # Grep description, filename or file content with a given pattern | 285 | # Grep description, filename or file content with a given pattern |
286 | # TODO support filenames, file contents | ||
287 | # TODO add option to configure case-sensitive | 286 | # TODO add option to configure case-sensitive |
288 | _grep_content() { | 287 | _grep_content() { |
289 | if [[ -z $1 ]]; then echo 'Please give a pattern' && return 1; fi | 288 | if [[ -z $1 ]]; then echo 'Please give a pattern' && return 1; fi |