{"id":20744599,"url":"https://github.com/npezza93/fozzie","last_synced_at":"2025-04-24T05:47:14.175Z","repository":{"id":57631641,"uuid":"234222529","full_name":"npezza93/fozzie","owner":"npezza93","description":"A quick fuzzy finder for the terminal","archived":false,"fork":false,"pushed_at":"2023-10-03T00:44:01.000Z","size":328,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T05:47:04.092Z","etag":null,"topics":[],"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/npezza93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-16T02:59:20.000Z","updated_at":"2024-09-14T04:06:38.000Z","dependencies_parsed_at":"2024-11-17T07:16:34.522Z","dependency_job_id":"e46e8302-8a89-4455-b496-6d1a7a1cfb62","html_url":"https://github.com/npezza93/fozzie","commit_stats":{"total_commits":153,"total_committers":3,"mean_commits":51.0,"dds":"0.17647058823529416","last_synced_commit":"9b9c69a4bdfdef49907b6f83b22beab1183d4844"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Ffozzie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Ffozzie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Ffozzie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Ffozzie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npezza93","download_url":"https://codeload.github.com/npezza93/fozzie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573343,"owners_count":21452345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-17T07:16:17.691Z","updated_at":"2025-04-24T05:47:14.144Z","avatar_url":"https://github.com/npezza93.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/npezza93/fozzie\"\u003e\n    \u003cimg src=\"./.github/logo.jpg\" width=\"750\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# fozzie\n![Build Status](https://github.com/npezza93/fozzie/workflows/tests/badge.svg)\n\nfozzie is a simple and quick fuzzy text selector for the terminal.\n\n### Installation\n\n##### macOS and Linux\n\n```\ncargo install fozzie\n```\n\nBinaries are also available on the releases page of the repo.\nDownload the tar file, and place the executable in your path.\n\n##### From source\n```\ngit clone https://github.com/npezza93/fozzie\ncd fozzie\ncargo build --release\nfind. -type f | ./target/release/fozzie\n```\n\n### Usage\n\nPipe a list of items to fozzie and start searching:\n\n```\nfind . -type f | fozzie\n```\n\n### Scoring\nfozzies scoring algorithm is currently heavily based on fzy's implementaion\nwhich can be found [here](https://github.com/jhawthorn/fzy/blob/master/ALGORITHM.md).\nIt favors consecutive letters and start of word matches\n\n`file` matches `file` over `filter`\n\n`amp`  matches `app/models/posts.rb`\n\n`abce` matches `abcdef` over `abc de`\n\n`test` matches `tests` over `testing`\n\n`appcont` matches `app/controllers/application_controller.rb` over `app/controllers/home_controller.rb`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpezza93%2Ffozzie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpezza93%2Ffozzie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpezza93%2Ffozzie/lists"}