https://github.com/knutwalker/fuzzy-select
Fuzzy select prompt for Rust using nucleo
https://github.com/knutwalker/fuzzy-select
Last synced: over 1 year ago
JSON representation
Fuzzy select prompt for Rust using nucleo
- Host: GitHub
- URL: https://github.com/knutwalker/fuzzy-select
- Owner: knutwalker
- Created: 2024-01-09T18:20:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:26:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T15:53:51.858Z (over 1 year ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.j2
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# {{crate}} [![CI Status][ci-badge]][ci-url] [![Crates.io][crates-badge]][crates-url] [![Docs][docs-badge]][docs-url] ![License: {{ license }}][license-badge] ![Rust Version: {{rust_version}}][rust-version-badge]
[ci-badge]: {{ repository }}/actions/workflows/checks.yml/badge.svg
[ci-url]: {{ repository }}
[crates-badge]: https://img.shields.io/crates/v/{{ crate | urlencode }}?style=shield
[crates-url]: https://crates.io/crates/{{ crate | urlencode }}
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=shield
[docs-url]: https://docs.rs/{{ crate | urlencode }}
[license-badge]: https://img.shields.io/badge/license-{{ license | replace("-", "--") | urlencode }}-blue.svg?style=shield
[rust-version-badge]: https://img.shields.io/badge/rustc-{{ rust_version | urlencode }}-orange.svg?style=shield
{{ readme }}
## License
{{ crate }} is licensed under either of the following, at your option:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
---
{%- if links != "" %}
{{ links }}
{%- endif -%}