diff options
-rwxr-xr-x | gist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ _show_list() { | |||
279 | } | 279 | } |
280 | 280 | ||
281 | # TODO support filenames, file contents | 281 | # TODO support filenames, file contents |
282 | # TODO add option to configure case-sensitive | ||
282 | _grep_content() { | 283 | _grep_content() { |
283 | if [[ -z $1 ]]; then echo 'Please give a pattern' && return 1; fi | 284 | if [[ -z $1 ]]; then echo 'Please give a pattern' && return 1; fi |
284 | while read -r index url _ _ _ _ _ _ description; do | 285 | while read -r index url _ _ _ _ _ _ description; do |