Crate tuiscope

source ·
Expand description

Inspired by telescope.

A TUI fuzzy finder for rust apps. For example usage, see examples.

Structs

  • State for FuzzyList<K>. Hold on to one of these and pass to render_stateful_widget
  • Ephemeral list widget for fuzzy matched items. Highlights selected line and matched chars. Orders items by match score.