diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-16 22:45:44 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-16 22:45:44 +0800 |
| commit | b4c42fcc59081b26243aa486290bf4f52f26e0ee (patch) | |
| tree | 6e7cd91d5b8b79a21369db566af65b1c8e9900f5 | |
| parent | 083e04cc9e4fe0b7cb972da45f65725b72d3260d (diff) | |
Update todo item
| -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 |