use fzf for autocomplete

This commit is contained in:
2026-01-23 15:23:36 -05:00
parent 2517d0cb37
commit c5c733d14c
6 changed files with 59 additions and 112 deletions

View File

@@ -109,13 +109,6 @@ func main() {
stop()
}
slog.Info("ready")
go func() {
// Preload autocomplete in a separate goroutine.
slog.Info("begin computing skill autocomplete")
set := skillGlobalAuto()
buckets, longest := set.Metrics()
slog.Info("done computing skill autocomplete", slog.Int("buckets", buckets), slog.Int("longest", longest))
}()
<-ctx.Done()
stop()