add index ls command, add table and color support

This commit is contained in:
2026-04-21 15:05:15 +02:00
parent 2b21fa0e7e
commit a7d979ca38
12 changed files with 344 additions and 18 deletions

View File

@@ -60,8 +60,9 @@ func Main() int {
},
Commands: []*cli.Command{
Health(conf),
Status(conf),
Search(conf),
Index(conf),
},
Before: func(ctx context.Context, cmd *cli.Command) (context.Context, error) {