Globbing doesn't work as expected #23

Open
opened 2022-10-30 15:23:00 +00:00 by forquare · 0 comments
forquare commented 2022-10-30 15:23:00 +00:00 (Migrated from github.com)
%>zht search -g '*foo*' | grep jq
: 1659882465:0;cat /tmp/foo | jq '.'

But if we glob search for jq also:

%>zht search -g '*foo* jq'
%> 

Could be an issue in github.com/gobwas/glob? Or something else...

``` %>zht search -g '*foo*' | grep jq : 1659882465:0;cat /tmp/foo | jq '.' ``` But if we glob search for `jq` also: ``` %>zht search -g '*foo* jq' %> ``` Could be an issue in `github.com/gobwas/glob`? Or something else...
This discussion has been locked. Commenting is limited to contributors.
No description provided.