add index template {ls,sh} (#33)

This commit is contained in:
T. von Dein
2026-06-15 15:18:21 +02:00
parent ec1ce56b2d
commit d0d1d69791
15 changed files with 875 additions and 100 deletions

View File

@@ -126,11 +126,7 @@ func IndexList(conf *cfg.Config) error {
}
table.Sort()
if err := table.Print(); err != nil {
return err
}
return nil
return table.Print()
}
func IndexShow(conf *cfg.Config, indexpattern string) error {