zoekt: 5 files / 7 matches / 0.11ms neogrok: 5 files / 7 matches

neogrokREADME.md 1 match | Markdown | №1

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

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

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

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

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 | №4

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

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

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)