{"id":20511613,"url":"https://github.com/10sr/fuzzy-finder-el","last_synced_at":"2025-03-05T22:43:22.462Z","repository":{"id":138840196,"uuid":"286968040","full_name":"10sr/fuzzy-finder-el","owner":"10sr","description":"Fuzzy Finder App Integration for Emacs","archived":false,"fork":false,"pushed_at":"2024-12-19T10:44:56.000Z","size":331,"stargazers_count":13,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T09:08:05.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/10sr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-12T09:08:21.000Z","updated_at":"2024-12-19T10:44:56.000Z","dependencies_parsed_at":"2025-01-16T08:44:14.004Z","dependency_job_id":"82b54119-becc-4abe-86f2-854ed59b5fb7","html_url":"https://github.com/10sr/fuzzy-finder-el","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Ffuzzy-finder-el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Ffuzzy-finder-el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Ffuzzy-finder-el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Ffuzzy-finder-el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10sr","download_url":"https://codeload.github.com/10sr/fuzzy-finder-el/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117648,"owners_count":20074434,"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-15T20:36:34.992Z","updated_at":"2025-03-05T22:43:22.436Z","avatar_url":"https://github.com/10sr.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MELPA](https://melpa.org/packages/fuzzy-finder-badge.svg)](https://melpa.org/#/fuzzy-finder)\n[![MELPA Stable](https://stable.melpa.org/packages/fuzzy-finder-badge.svg)](https://stable.melpa.org/#/fuzzy-finder)\n\n\nfuzzy-finder.el\n===============\n\nFuzzy Finder App Integration for Emacs\n\n![cap](cap.gif)\n\n\nOverview\n--------\n\nThe `fuzzy-finder` command starts a fuzzy finder process and calls a function\non the selected items.\nBy default it visits selected files.\n\nThere are a number of applications which can be used with `fuzzy-finder`\nsuch as [fzf][] (default), [peco], and [selecta][].\n\n\n\nCompared to Other Selector Frameworks (like Helm, Ivy...)\n---------------------------------------------------------\n\nThere are several Emacs frameworks for selecting items that purely (or mostly)\nimplemented in Emacs-Lisp.\nFor most cases these frameworks are better suited than this package.\nFor example, when selecting command for `M-x`, opening files from the recentf\nlist, or looking for a function's help.\n\nHowever, this package has one big advantage which these frameworks do not\nprovide: you can start querying and selecting items *before* the input list has\nbeen completed.\nYou will feel the power of this feature when you start `fuzzy-finder` in\nyour home directory.\n\n\nAvailable Commands\n------------------\n\n\n### `fuzzy-finder`\n\nOpen a new window and start a fuzzy finder process inside of it.\nThis package defines several variables which configure this command:\nfor example `fuzzy-finder-default-arguments` defines the arguments passed\nto the fuzzy finder process.\n\nBy default, it recursively lists the current directory, starts a `fzf` process, and visits selected files.\n\nThis command can also be used as a function to define a new fuzzy finder command.\nYou can pass keyword arguments to overwrite the defaults.\n\n\n### `fuzzy-finder-find-files-projectile`\n\nExecute fuzzy finder and visit resulting files.\n\nIf the projectile package is available, start from the project root directory.\n\n### `fuzzy-finder-goto-gitgrep-line`\n\nSelect lines with fuzzy finder and go to selected point in a git repository.\n\nRun git grep command to generate input lines.\n\n\nLimitation\n----------\n\nCurrently this package does not work on Windows `cmd.exe` environment,\nbecause current `term.el` library does not support running commands with\n`cmd.exe`.\nWe sincerely welcome your\n[contributions](https://github.com/10sr/fuzzy-finder-el/pulls) for this!\n\n\n\nLicense\n-------\n\nThis software is licensed under GPL version 3 or any later version.\nSee `LICENSE` for details.\n\n\n[fzf]: https://github.com/junegunn/fzf\n[peco]: https://github.com/peco/peco\n[selecta]: https://github.com/garybernhardt/selecta\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Ffuzzy-finder-el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10sr%2Ffuzzy-finder-el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Ffuzzy-finder-el/lists"}