{"id":29832348,"url":"https://github.com/hauntedhost/fzf-ex","last_synced_at":"2025-10-13T06:40:43.280Z","repository":{"id":243927571,"uuid":"813783717","full_name":"hauntedhost/fzf-ex","owner":"hauntedhost","description":"Fuzzy Elixir module search","archived":false,"fork":false,"pushed_at":"2024-06-20T17:19:30.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T11:24:55.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hauntedhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2024-06-11T18:28:25.000Z","updated_at":"2024-06-20T17:19:33.000Z","dependencies_parsed_at":"2024-06-12T04:21:07.665Z","dependency_job_id":"23fed58d-ad53-4c76-9856-c8ff46031733","html_url":"https://github.com/hauntedhost/fzf-ex","commit_stats":null,"previous_names":["hauntedhost/fzf-ex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hauntedhost/fzf-ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Ffzf-ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Ffzf-ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Ffzf-ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Ffzf-ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hauntedhost","download_url":"https://codeload.github.com/hauntedhost/fzf-ex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Ffzf-ex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267678462,"owners_count":24126336,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-29T11:35:58.992Z","updated_at":"2025-10-13T06:40:38.249Z","avatar_url":"https://github.com/hauntedhost.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fzf-ex\n\nfzf-ex is a command-line fuzzy finder for all module names in an Elixir Mix project. It's powered by [fzf](https://github.com/junegunn/fzf) and [bat](https://github.com/sharkdp/bat).\n\n![screenshot](https://github.com/hauntedhost/fzf-ex/assets/81008/64923ecb-b343-4c97-ac53-0f9eb2a6b10b)\n\nhttps://github.com/hauntedhost/fzf-ex/assets/81008/b7611b23-9998-4ef2-be00-2023074c9056\n\n## Installation\n\n1. Ensure that [fzf](https://github.com/junegunn/fzf) and [bat](https://github.com/sharkdp/bat) are installed:\n   ```\n   brew install fzf bat\n   ```\n2. Clone repo to `~/.fzf-ex`\n   ```shell\n   git clone https://github.com/hauntedhost/fzf-ex.git ~/.fzf-ex\n   ```\n3. Add PATH to `.zshrc` or `.bashrc`, etc\n   ```shell\n   PATH=\"~/.fzf-ex:$PATH\"\n   ```\n4. (Optional) Bind CTRL+S to launch search\n   ```shell\n   # ~/.zshrc\n   run-fzf-ex() {\n     echo \"\"\n     fzf-ex\n     echo \"\\n\"\n     zle reset-prompt\n   }\n   zle -N run-fzf-ex\n   bindkey '^S' run-fzf-ex\n   ```\n\n   ```shell\n   # ~/.bashrc (untested)\n   run_fzf_ex() {\n     echo \"\"\n     fzf-ex\n     echo -e \"\\n\"\n     PS1=\"$PS1\"\n   }\n   bind -x '\"\\C-s\": run_fzf_ex'\n   ```\n\n## Usage\n\nIn the root of any Elixir Mix project press your bind key from step #3 above, or manually run:\n\n```shell\n$ fzf-ex\n```\n\nOn the first run it will create the index. After 24 hours it will prompt you to reindex. You can reindex manually anytime with:\n\n```shell\n$ fzf-index\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhauntedhost%2Ffzf-ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhauntedhost%2Ffzf-ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhauntedhost%2Ffzf-ex/lists"}