alfred-mweb-workflow icon indicating copy to clipboard operation
alfred-mweb-workflow copied to clipboard

搜索 keyword 支持中括号 [ ]

Open imageslr opened this issue 2 years ago • 3 comments

现在如果搜索内容包括了中括号,会报错”grep: brackets ([ ]) not balanced“

imageslr avatar Apr 17 '22 09:04 imageslr

目前这样修复了:

query=`echo "{query}" | sed 's/\[/\\\[/g'`
./search.sh "$query"

imageslr avatar Apr 17 '22 10:04 imageslr

明天我修复一下

tianhao avatar Apr 19 '22 14:04 tianhao

感谢。最好是 $() 这些 shell 关键字都能转义一下。不过我不是很懂 shell,没找到好方法。

imageslr avatar Apr 19 '22 15:04 imageslr