{"id":16406744,"url":"https://github.com/ambrevar/emacs-fish-completion","last_synced_at":"2025-07-07T02:05:25.421Z","repository":{"id":86812886,"uuid":"108333120","full_name":"Ambrevar/emacs-fish-completion","owner":"Ambrevar","description":"[MOVED TO GITLAB]","archived":false,"fork":false,"pushed_at":"2018-08-27T08:29:44.000Z","size":22,"stargazers_count":60,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T16:47:58.437Z","etag":null,"topics":["completion","emacs","eshell","fish"],"latest_commit_sha":null,"homepage":"https://gitlab.com/ambrevar/emacs-fish-completion","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/Ambrevar.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}},"created_at":"2017-10-25T22:29:30.000Z","updated_at":"2024-07-02T18:44:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef895d53-af1d-483c-820d-d19f142e0c93","html_url":"https://github.com/Ambrevar/emacs-fish-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ambrevar/emacs-fish-completion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrevar%2Femacs-fish-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrevar%2Femacs-fish-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrevar%2Femacs-fish-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrevar%2Femacs-fish-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ambrevar","download_url":"https://codeload.github.com/Ambrevar/emacs-fish-completion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrevar%2Femacs-fish-completion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264000629,"owners_count":23542112,"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":["completion","emacs","eshell","fish"],"created_at":"2024-10-11T06:10:45.166Z","updated_at":"2025-07-07T02:05:25.352Z","avatar_url":"https://github.com/Ambrevar.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emacs fish completion\n\nThis package extends the `pcomplete` completion framework with completion from the\n[fish shell](http://fishshell.com/).\n\nThe `fish` shell has smart completion for a wide range of programs.  `fish` does\nnot require any special configuration to work with this package.\n\nEshell, which uses `pcomplete` for completion, can be made to fall back on\n`fish` when it does not find any completion candidate with its native completion\nsupport.\n\n`M-x shell` can be made to use `fish`.  This will disable the underlying shell\ncompletion.\n\n## Setup\n\nTo enable fish completion in all Eshell and `M-x shell` buffers, add this to\nyour Emacs configuration:\n\n\t(when (and (executable-find \"fish\")\n\t           (require 'fish-completion nil t))\n\t  (global-fish-completion-mode))\n\nThe condition will prevent the package from loading if `fish` is not found\n(change the executable name according to you local installation).\n\nAlternatively, you can simply load the package with `(require 'fish-completion)`\nand call `fish-completion-mode` manually.\n\nOptionally, if the package\n[bash-completion](https://github.com/szermatt/emacs-bash-completion) is\ninstalled, `fish-completion-complete` can be configured to fall back on bash to\nfurther try completing.  See `fish-completion-fallback-on-bash-p`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambrevar%2Femacs-fish-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambrevar%2Femacs-fish-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambrevar%2Femacs-fish-completion/lists"}