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-root | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pkg/codesearch/testdata/query-dir-index-root (limited to 'pkg/codesearch/testdata/query-dir-index-root') diff --git a/pkg/codesearch/testdata/query-dir-index-root b/pkg/codesearch/testdata/query-dir-index-root new file mode 100644 index 000000000..d14d37392 --- /dev/null +++ b/pkg/codesearch/testdata/query-dir-index-root @@ -0,0 +1,10 @@ +dir-index / + +directory / subdirs: + - mm + +directory / files: + - source0.c + - source0.h + - source1.c + - source2.c -- cgit mrf-deployment