{"id":17766525,"url":"https://github.com/pythonnut/flx-isearch","last_synced_at":"2025-04-01T13:45:07.527Z","repository":{"id":23139733,"uuid":"26494865","full_name":"PythonNut/flx-isearch","owner":"PythonNut","description":":mag: Fuzzy incremental searching for emacs","archived":false,"fork":false,"pushed_at":"2019-11-19T05:15:36.000Z","size":2373,"stargazers_count":27,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T08:48:59.795Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PythonNut.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}},"created_at":"2014-11-11T17:00:47.000Z","updated_at":"2024-01-19T10:20:33.000Z","dependencies_parsed_at":"2022-07-31T07:18:03.449Z","dependency_job_id":null,"html_url":"https://github.com/PythonNut/flx-isearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonNut%2Fflx-isearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonNut%2Fflx-isearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonNut%2Fflx-isearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonNut%2Fflx-isearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PythonNut","download_url":"https://codeload.github.com/PythonNut/flx-isearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246651507,"owners_count":20811991,"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-10-26T20:30:57.309Z","updated_at":"2025-04-01T13:45:07.504Z","avatar_url":"https://github.com/PythonNut.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"flx-isearch\n===========\n[![MELPA](http://melpa.org/packages/flx-isearch-badge.svg)](http://melpa.org/#/flx-isearch)\n\nFuzzy matching is awesome, when done right.\n\nThis program lets you isearch for `fiis` and be taken to matches for `flx-isearch-initialize-state`. \nSearches currently only apply to symbols. The input string is flex matched to all symbols in the buffer, \nand all matching symbols are searched one by one.\n\nFor example, searching for `fii` in `flx-isearch.el` first takes you to\n * all instances of `flx-isearch-index` one by one\n * all instances of `flx-isearch-initialize-state` one by one\n * all instances of `flx-isearch-lazy-index` one by one\n * [...]\n * all instances of `bounds-of-thing-at-point` one by one\n\n**Obligatory screencast**\n\n![screencast](img/flx-isearch-demo.gif)\n\nThe _hope_ is that `flx` will be smart enough to quickly take you to the symbol you're thinking of\nwith minimal effort. If you don't believe me, I encourage you to try `flx`. It's wonderful,\nand extrememly addicting.\n\nUsage\n=====\n\nBy default, `flx-isearch` does not bind any keys. To use, install from MELPA with `M-x package-install \u003cret\u003e flx-isearch \u003cret\u003e`. `package.el` will automatically setup the appropriate autoloads, and you can then do this:\n\n```emacs\n(global-set-key (kbd \"C-M-s\") #'flx-isearch-forward)\n(global-set-key (kbd \"C-M-r\") #'flx-isearch-backward)\n```\n\nBugs\n====\nEveryone's favorite subject. I'm sure there are some in this code. I'm pretty sure this works on `24.4` and `24.3`, but I don't have a way to test older versions. Issues welcome!\n\nCredits\n=======\nFlx isearch uses [lewang/**flx**](https://github.com/lewang/flx), a library that uses sophistocated \nheuristics to sort matches. It's awesome. Use it.\n\nThis was heavily inspired by \n[emacsmirror/**flex-isearch**](https://github.com/emacsmirror/flex-isearch), \na cool idea that lacks the intelligent sorting flx provides. Some code has been ~~stolen~~ borrowed from that package, especially the code that defines a major mode, as I've never made a major mode before.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonnut%2Fflx-isearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonnut%2Fflx-isearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonnut%2Fflx-isearch/lists"}