{"id":24559604,"url":"https://github.com/hmgle/aider-zsh-complete","last_synced_at":"2026-01-31T19:02:10.743Z","repository":{"id":273496523,"uuid":"919893001","full_name":"hmgle/aider-zsh-complete","owner":"hmgle","description":"Zsh completion script for the `aider`","archived":false,"fork":false,"pushed_at":"2025-03-23T09:01:46.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T01:06:46.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmgle.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":"2025-01-21T07:50:36.000Z","updated_at":"2025-04-21T02:36:02.000Z","dependencies_parsed_at":"2025-03-02T08:22:49.636Z","dependency_job_id":"65525b65-0262-491e-a0a2-be010867dcc7","html_url":"https://github.com/hmgle/aider-zsh-complete","commit_stats":null,"previous_names":["hmgle/aider-zsh-complete"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hmgle/aider-zsh-complete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmgle%2Faider-zsh-complete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmgle%2Faider-zsh-complete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmgle%2Faider-zsh-complete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmgle%2Faider-zsh-complete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmgle","download_url":"https://codeload.github.com/hmgle/aider-zsh-complete/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmgle%2Faider-zsh-complete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28950279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"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":"2025-01-23T06:17:48.321Z","updated_at":"2026-01-31T19:02:10.723Z","avatar_url":"https://github.com/hmgle.png","language":null,"funding_links":[],"categories":["Completions","Others","Recently Updated"],"sub_categories":["ZSH on Windows","[Feb 10, 2025](/content/2025/02/10/README.md)"],"readme":"# aider-zsh-complete\n\nZsh completion script for the [`aider`](https://aider.chat/) command-line tool.\n\n## Installation\n\n### Step 1: Clone the Repository\n\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/hmgle/aider-zsh-complete.git\ncd aider-zsh-complete\n```\n\n### Step 2: Install the Completion Script\n\nCopy the `_aider` completion script to your zsh completions directory:\n\n```bash\nmkdir -p ~/.zsh/completions\ncp _aider ~/.zsh/completions/\n```\n\n### Step 3: Update Your Zsh Configuration\n\nAdd the following lines to your `~/.zshrc` file:\n\n```zsh\n# Add the completions directory to fpath\nfpath=(~/.zsh/completions $fpath)\n\n# Initialize the completion system\nautoload -U compinit \u0026\u0026 compinit -u\n```\n\n### Step 4: Reload Zsh Configuration\n\nReload your zsh configuration to apply the changes:\n\n```bash\nsource ~/.zshrc\n```\n\n### Step 5: Test the Completion\n\nTest the completion by typing `aider` followed by `Tab`:\n\n```bash\naider \u003cTab\u003e\n```\n\nYou should see a list of available options and arguments.\n\n## Contributing\n\nIf you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmgle%2Faider-zsh-complete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmgle%2Faider-zsh-complete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmgle%2Faider-zsh-complete/lists"}