Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 328 Bytes

flx

Fast, character-based search library in Rust

Documentation

Inspired by flx for emacs, uses the same basic algorithm.

This is basically the search function in BIS in a separate library. It works somewhat decently for bash history.

To use:

flx = "0.1"