{"id":13897697,"url":"https://github.com/zimfw/completion","last_synced_at":"2025-07-11T23:39:19.952Z","repository":{"id":37549498,"uuid":"113081123","full_name":"zimfw/completion","owner":"zimfw","description":"Enables and configures smart and extensive tab completion.","archived":false,"fork":false,"pushed_at":"2025-04-02T02:29:04.000Z","size":52,"stargazers_count":41,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T12:12:57.473Z","etag":null,"topics":["completion","zim","zimfw","zsh","zsh-completions","zsh-plugin","zsh-plugins"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zimfw.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":"2017-12-04T18:46:33.000Z","updated_at":"2025-04-02T02:29:08.000Z","dependencies_parsed_at":"2024-03-15T13:53:09.991Z","dependency_job_id":"8f4c8988-4772-4fc8-a44b-4aaf0f14c871","html_url":"https://github.com/zimfw/completion","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/zimfw%2Fcompletion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcompletion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcompletion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcompletion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimfw","download_url":"https://codeload.github.com/zimfw/completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710448,"owners_count":21149191,"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","zim","zimfw","zsh","zsh-completions","zsh-plugin","zsh-plugins"],"created_at":"2024-08-06T18:03:48.853Z","updated_at":"2025-04-13T12:13:03.416Z","avatar_url":"https://github.com/zimfw.png","language":"Shell","readme":"completion\n==========\n\nEnables and configures smart and extensive tab completion.\n\nThis module calls `compinit` for you. Remove any `compinit` calls from your\n`~/.zshrc` or other startup files when using this module. An aditional `.dat`\nfile is generated by this module to more accurately check if your completion\nconfiguration dumpfile is up-to-date.\n\n\nInitialize this module *after* all modules that add completion definitions, like\n[zsh-users/zsh-completions] for example.\n\nMany thanks to [Robby Russell](https://github.com/robbyrussell) and\n[Sorin Ionescu](https://github.com/sorin-ionescu) for the original code and to\n[Roman Perepelitsa](https://github.com/romkatv) for the improved dumpfile check\ncode.\n\nSettings\n--------\n\nBy default, the completion configuration is dumped to `${ZDOTDIR:-${HOME}}/.zcompdump`.\nThis file is produced to speed up the completion initialization. The file path\ncan be customized with the following zstyle:\n\n    zstyle ':zim:completion' dumpfile '/path/to/zsh_dumpfile'\n\nThe completion cache is stored in the `${ZDOTDIR:-${HOME}}/.zcompcache` directory\nby default. This path can be customized to a proper cache directory with:\n\n    zstyle ':completion::complete:*' cache-path ${XDG_CACHE_HOME}/zsh/zcompcache\n\nor\n\n    zstyle ':completion::complete:*' cache-path ~/.cache/zsh/zcompcache\n\nYou can also configure case sensitivity for completions and globbing by using\nzstyle as described below. By default, case is insensitive. To set just\ncompletions to be case sensitive, use:\n\n    zstyle ':zim:completion' case-sensitivity sensitive\n\nTo set just globbing to be case sensitive, use:\n\n    zstyle ':zim:glob' case-sensitivity sensitive\n\nTo set both to be case sensitive, use:\n\n    zstyle ':zim:*' case-sensitivity sensitive\n\nAdd the zstyles to your `~/.zshrc` before the modules are initialized.\n\nZsh options\n-----------\n\n  * `ALWAYS_TO_END` moves cursor to end of word if a full completion is inserted.\n  * `COMPLETE_IN_WORD` does completion from both ends for the cursor.\n  * `NO_CASE_GLOB` makes globbing case insensitive (unless configured as above).\n  * `NO_LIST_BEEP` doesn't beep on ambiguous completions.\n\n[zsh-users/zsh-completions]: https://github.com/zsh-users/zsh-completions\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimfw%2Fcompletion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimfw%2Fcompletion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimfw%2Fcompletion/lists"}