fuzzy-select

Fuzzy select prompt for Rust using nucleo

Downloads
2.3K
Stars
4
Committers
4

Bot releases are hidden (Show)

fuzzy-select - v0.1.3 Latest Release

Published by knutwalker 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/knutwalker/fuzzy-select/compare/v0.1.2...v0.1.3

fuzzy-select - v0.1.2

Published by knutwalker 5 months ago

Changes

  • Upgrade dependencies (#6)
  • Make selected text contrast with background (#5)
  • Fix doctest
fuzzy-select - v0.1.1

Published by knutwalker 10 months ago

Other

  • Remove possible panic
  • Add --select-1 feature
  • Switch to using a PAT for release-plz
  • Remove older manual release workflow
  • release (#1)
  • Set at most 5 keywords
  • Actually add release-plz GHA
  • Add release-plz GHA
  • Install clippy component
  • Prepare initial release
  • Better input handling for unicode
  • Add demo
  • Add toggle to disable switching to alternate screen mode
  • Push down Utf32String
  • Add FuzzySelect
  • Init