{"id":13781974,"url":"https://github.com/romch007/node-ace-zsh-completion","last_synced_at":"2025-05-02T18:31:57.591Z","repository":{"id":54300423,"uuid":"335709449","full_name":"romch007/node-ace-zsh-completion","owner":"romch007","description":"ZSH completion script for node ace utility","archived":false,"fork":false,"pushed_at":"2022-04-15T17:46:57.000Z","size":22,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T04:52:25.279Z","etag":null,"topics":["adonis","adonisjs","nodejs","zsh","zsh-completion"],"latest_commit_sha":null,"homepage":"","language":null,"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/romch007.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}},"created_at":"2021-02-03T17:54:32.000Z","updated_at":"2024-08-30T22:36:03.000Z","dependencies_parsed_at":"2022-08-13T11:20:53.049Z","dependency_job_id":null,"html_url":"https://github.com/romch007/node-ace-zsh-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/romch007%2Fnode-ace-zsh-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fnode-ace-zsh-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fnode-ace-zsh-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fnode-ace-zsh-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romch007","download_url":"https://codeload.github.com/romch007/node-ace-zsh-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252088635,"owners_count":21692830,"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":["adonis","adonisjs","nodejs","zsh","zsh-completion"],"created_at":"2024-08-03T18:01:31.574Z","updated_at":"2025-05-02T18:31:52.581Z","avatar_url":"https://github.com/romch007.png","language":null,"funding_links":[],"categories":["Completions","Miscellaneous"],"sub_categories":["ZSH on Windows"],"readme":"# node ace zsh completion\n\nThis completion script supports custom commands and flags by reading the `ace-manifest.json` file with jq. In order to use this script, you must install the `jq` utility (See [this](https://stedolan.github.io/jq/download/)).\n\nTo install it, you need to download the file `_node_ace` and put it in folder covered by your `fpath`.\n\nSince I failed to apply the script to the `node ace` command, this script applies to the command `na`.\n\nUnfortunately, aliases like `alias na=\"node ace\"` breaks the completion, so I added a little function in my `.zshrc` :\n\n```sh\nna() {\n    node ace \"$@\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromch007%2Fnode-ace-zsh-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromch007%2Fnode-ace-zsh-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromch007%2Fnode-ace-zsh-completion/lists"}