I wanted to list all available apps in a repo index (without poking at the raw jar->json).
At first I disabled all repos but the one to list and ran a wildcard search. But as loadIndexes() will work from the cache file, apps of disabled repos were listed too (prompting the question if loadIndexes() should make sure to only search enabled repos).
Ultimately what I wish for is search.go having a repo scope and to make this available with an "apps" list type to list.go, ending up in fdroid list apps --repo guardianproject running fdroidcl search --repo guardianproject '.*' internally. Good idea, patches welcome?