{"id":18098357,"url":"https://github.com/stewart/rff","last_synced_at":"2026-03-11T06:31:55.916Z","repository":{"id":57660838,"uuid":"77857442","full_name":"stewart/rff","owner":"stewart","description":":microscope: rff: a rustic fuzzy finder","archived":false,"fork":false,"pushed_at":"2021-01-10T21:53:03.000Z","size":167,"stargazers_count":62,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-08T19:55:23.014Z","etag":null,"topics":["fuzzyfinder","fzy","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stewart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-02T19:41:48.000Z","updated_at":"2025-03-09T11:42:28.000Z","dependencies_parsed_at":"2022-08-29T11:31:30.515Z","dependency_job_id":null,"html_url":"https://github.com/stewart/rff","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stewart/rff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewart%2Frff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewart%2Frff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewart%2Frff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewart%2Frff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stewart","download_url":"https://codeload.github.com/stewart/rff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewart%2Frff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuzzyfinder","fzy","rust"],"created_at":"2024-10-31T20:10:19.446Z","updated_at":"2026-03-11T06:31:55.889Z","avatar_url":"https://github.com/stewart.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rff\n\n`rff` is a fast, simple fuzzy selector for the terminal with an advanced scoring algorithm and full UTF-8 support.\n\n### Installation\n\n[**Pre-compiled binaries**](https://github.com/stewart/rff/releases) are available for common architectures, starting with version 0.3.0.\n\nIf you have a Rust toolchain installed, you can also build `rff` from source via Cargo:\n\n    $ cargo install rff\n\n### Usage\n\n`rff` is a drop-in replacement for other fuzzy selection tools such as [`fzy`][fzy] or [`selecta`][selecta].\n\n[selecta]: https://github.com/garybernhardt/selecta\n[fzy]: https://github.com/jhawthorn/fzy\n\nIts interface is straightforward:\n\n- pass it a set of choices on `STDIN`\n- it will present a fuzzy selection interface to the user, and block until they make a selection or quit with `^C`\n- it will print the user's selection on `STDOUT`\n\nAs an example, you can say:\n\n    $ vim $(find . -type f | rff)\n\nWhich prompts the user to select a file in or below the current directory, and then opens the selected file in `vim`.\n\n`rff` supports these keys:\n\n- `^N` to select the next match\n- `^P` to select the previous match\n- `^U` to clear the search query\n- `^C`, `^D`, and `Esc` to exit without selecting a match\n\n### Scoring\n\n`rff` is currently based on [`fzy`][fzy]'s scoring algoritm. For details on how this is better than most fuzzy finders, see `fzy`'s [`ALGORITHM.md`][fzy-algorithm].\n\n[fzy-algorithm]: https://github.com/jhawthorn/fzy/blob/master/ALGORITHM.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstewart%2Frff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstewart%2Frff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstewart%2Frff/lists"}