From fb714834adfb0e1e36c4cfc7ca288391cfc18986 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Jan 2026 15:15:15 +0100 Subject: pkg/codesearch: add dir-index command dir-index provides a list of subdirectories and files in the given directory in the source tree. --- pkg/codesearch/testdata/query-dir-index-file | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/codesearch/testdata/query-dir-index-file (limited to 'pkg/codesearch/testdata/query-dir-index-file') diff --git a/pkg/codesearch/testdata/query-dir-index-file b/pkg/codesearch/testdata/query-dir-index-file new file mode 100644 index 000000000..eecd67d67 --- /dev/null +++ b/pkg/codesearch/testdata/query-dir-index-file @@ -0,0 +1,3 @@ +dir-index source0.c + +not found -- cgit mrf-deployment