aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-16 22:45:44 +0800
committertypebrook <typebrook@gmail.com>2020-03-16 22:45:44 +0800
commitb4c42fcc59081b26243aa486290bf4f52f26e0ee (patch)
tree6e7cd91d5b8b79a21369db566af65b1c8e9900f5
parent083e04cc9e4fe0b7cb972da45f65725b72d3260d (diff)
Update todo item
-rwxr-xr-xgist1
1 files changed, 0 insertions, 1 deletions
diff --git a/gist b/gist
index 7725f51..f3dd8a7 100755
--- a/gist
+++ b/gist
@@ -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