From f1bd806975e41f3115f47765d6ecbf40742ce9f8 Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Fri, 2 Jul 2021 11:38:30 +0300 Subject: [PATCH] Link m.py to notegrep main file --- util/notegrep.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/notegrep.sh b/util/notegrep.sh index e49ad9c..c853903 100644 --- a/util/notegrep.sh +++ b/util/notegrep.sh @@ -135,6 +135,9 @@ function notegrep() { ;; -ws | --without-string ) . ~/.shellnotes/util/notegrep/ws.sh + ;; + -m | --multiple ) + python3 ~/.shellnotes/util/notegrep/m.py $regex $notename ;; *) echo "Invalid parameter. Proceeding in normal grep mode."