{"id":17069514,"url":"https://github.com/mgalgs/fuzzy_bash_completion","last_synced_at":"2026-02-28T20:34:08.626Z","repository":{"id":43774186,"uuid":"2602484","full_name":"mgalgs/fuzzy_bash_completion","owner":"mgalgs","description":"Fuzzy tab completion for bash.","archived":false,"fork":false,"pushed_at":"2019-02-21T01:07:26.000Z","size":18,"stargazers_count":94,"open_issues_count":4,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-13T15:42:46.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/mgalgs.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":"2011-10-18T22:18:31.000Z","updated_at":"2025-02-14T20:10:21.000Z","dependencies_parsed_at":"2022-09-21T23:52:24.189Z","dependency_job_id":null,"html_url":"https://github.com/mgalgs/fuzzy_bash_completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mgalgs/fuzzy_bash_completion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Ffuzzy_bash_completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Ffuzzy_bash_completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Ffuzzy_bash_completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Ffuzzy_bash_completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgalgs","download_url":"https://codeload.github.com/mgalgs/fuzzy_bash_completion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Ffuzzy_bash_completion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29951657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-14T11:27:04.421Z","updated_at":"2026-02-28T20:34:08.607Z","avatar_url":"https://github.com/mgalgs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Intro\n\nThis bash completion module performs \"fuzzy\" matching similar to\ntextmate's \"Go to File\" fuzzy matching, \"flex matching\" in emacs' ido\nmode, etc.\n\nFor example:\n\n    mkdir pizza\n    mkdir jazz\n    cd zz\u003cTAB\u003e\n    # displays `pizza' and `jazz'\n    rm -r jazz\n    cd zz\u003cTAB\u003e\n    # completes the word `pizza'\n\n## Requirements\n\n  - `bash \u003e= 4.0` (since we need\n    [associative arrays](http://www.gnu.org/software/bash/manual/html_node/Arrays.html)).\n  - The `bash-completion` package (could have a different name on your\n    distro).  Please follow the instructions specific to your distro for\n    installing and enabling `bash-completion`.\n\n## Usage\n\nPut the following in your `~/.inputrc`:\n\n    set show-all-if-ambiguous on\n\nPut the following in your `~/.bashrc`:\n\n    source /path/to/fuzzy_bash_completion\n\nNow you can start enabling fuzzy completion for individual commands like\nso:\n\n    fuzzy_setup_for_command cd\n\nEither interactively or by adding it to your `~/.bashrc`.\n\nThere are a few helper functions to set up fuzzy completion for known\ncommands in bulk.  However, these helper functions only work on certain\nversions of bash completion, so YMMV.\n\n    fuzzy_replace_filedir_xspec\n\nTo list all commands currently using fuzzy completion, run:\n\n    fuzzy_list_replaced_specs\n\n## Troubleshooting\n\n### List commands that are currently fuzzy\n\nYou can list all of the fuzzy compspecs with:\n\n    fuzzy_list_replaced_specs\n\n### Revert back to original completion specs (debugging and development)\n\nIf something doesn't seem right and you want to back out all fuzzy\ncompletion, you can use:\n\n    fuzzy_restore_all_specs\n\n(and you should also file a bug report [on\nGitHub](https://github.com/mgalgs/fuzzy_bash_completion/issues))\n\n\n## Known issues, Quirks, etc\n\n* Doesn't yet play nicely with default bash completion for variable\n  names.\n\n* Find something else? Report it [on\n  GitHub](https://github.com/mgalgs/fuzzy_bash_completion/issues) and\n  earn a cookie!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgalgs%2Ffuzzy_bash_completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgalgs%2Ffuzzy_bash_completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgalgs%2Ffuzzy_bash_completion/lists"}