---------- Forwarded message ---------
De : anon anon <[email protected]>
Date: sam. 8 mars 2025 à 19:03
Subject:
To: <[email protected]>
Hello,
I want to filter any google owned repo that does NOT contains the string
ABC in any source file as well as README.md or any file.
I ran then zoekt and I did:
$(go env GOPATH)/bin/zoekt -r -index_dir ~/cloned 'context:global
select:repo repo:github.com/TRUNBCATED-REPO-NAME/ (lang:C OR lang:C++)
-repo:has.content("ABC")'
I still have as output some C/C++ results returned that contains the string
ABC.
How can I have only repos that do NOT contains the string ABC please?
bes regards!