zoekt: 8 files / 10 matches / 0.16ms neogrok: 8 files / 10 matches

neogrokgrpc/protos/README.md 1 match | Markdown | №1

neogrokinternal/syntaxutil/README.md 1 match | Markdown | №2

neogrokcmd/zoekt-sourcegraph-indexserver/grpc/protos/README.md 1 match | Markdown | №3

neogrokREADME.md 1 match | Markdown | №4

79 zoekt 'hello'80 zoekt 'hello file:README'81

neogrokdoc/query_syntax.md 2 matches | Markdown | №5

195 196 3. **Find files named `README.md` in forks**:197 ```plaintext198 file:README\.md$ fork:yes199 ```

neogrokinternal/archive/index.go 1 match | Go | №6

46 // https://github.com/octokit/octokit.rb/commit/3d21ec53a331a6f037a91c368710b99387d012c147 // https://github.com/octokit/octokit.rb/blob/master/README.md48 // https://github.com/octokit/octokit.rb/tree/master/lib

neogrokindex/file_category_test.go 1 match | Go | №7

46 name: "documentation file",47 filename: "README.md",48 content: []byte("# Documentation"),

neogrokcmd/zoekt-local-sync/index_test.go 2 matches | Go | №8

44 }45 if err := builder.AddFile("README.md", []byte("test repository\n")); err != nil {46 t.Fatal(err)
80 runGit(t, filepath.Dir(path), "init", "-b", "main", path)81 if err := os.WriteFile(filepath.Join(path, "README.md"), []byte("local repository\n"), 0o644); err != nil {82 t.Fatal(err)