{"id":16552503,"url":"https://github.com/postmodern/command_kit-completion","last_synced_at":"2025-06-24T21:36:19.273Z","repository":{"id":212754148,"uuid":"732237091","full_name":"postmodern/command_kit-completion","owner":"postmodern","description":"Generate shell completions for command_kit commands","archived":false,"fork":false,"pushed_at":"2024-12-16T08:51:23.000Z","size":60,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-18T03:03:17.524Z","etag":null,"topics":["bash-completion","bash-completions","cli","command-kit","ruby","shell-completion","zsh-completion","zsh-completions"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/postmodern.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-12-16T02:31:56.000Z","updated_at":"2025-02-03T00:18:55.000Z","dependencies_parsed_at":"2024-10-28T10:19:04.739Z","dependency_job_id":"c8dbfa3d-8602-44bc-b2d0-0cafbca0a1b4","html_url":"https://github.com/postmodern/command_kit-completion","commit_stats":null,"previous_names":["postmodern/command_kit-completion"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/postmodern/command_kit-completion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fcommand_kit-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fcommand_kit-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fcommand_kit-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fcommand_kit-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postmodern","download_url":"https://codeload.github.com/postmodern/command_kit-completion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fcommand_kit-completion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260622849,"owners_count":23037983,"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":["bash-completion","bash-completions","cli","command-kit","ruby","shell-completion","zsh-completion","zsh-completions"],"created_at":"2024-10-11T19:45:01.779Z","updated_at":"2025-06-24T21:36:18.966Z","avatar_url":"https://github.com/postmodern.png","language":"Ruby","readme":"# command_kit-completion\n\n[![CI](https://github.com/postmodern/command_kit-completion/actions/workflows/ruby.yml/badge.svg)](https://github.com/postmodern/command_kit-completion/actions/workflows/ruby.yml)\n[![Code Climate](https://codeclimate.com/github/postmodern/command_kit-completion.svg)](https://codeclimate.com/github/postmodern/command_kit-completion)\n[![Gem Version](https://badge.fury.io/rb/wordlist.svg)](https://badge.fury.io/rb/wordlist)\n\n* [Source](https://github.com/postmodern/command_kit-completion#readme)\n* [Issues](https://github.com/postmodern/command_kit-completion/issues)\n* [Documentation](https://rubydoc.info/gems/command_kit-complete)\n\n## Description\n\nAdds a rake task that generates shell completion rules for a [command_kit] CLI.\nThe rake task loads the CLI class and uses the [completely] library to generate\nthe shell completion rules.\n\n## Features\n\n* Supports automatically generating completion rules from a [command_kit] CLI\n  class's options and sub-commands.\n* Supports loading additional completion rules from a YAML file.\n\n## Examples\n\n```ruby\nrequire 'command_kit/completion/task'\nCommandKit::Completion::Task.new(\n  class_file:  './examples/cli',\n  class_name:  'Foo::CLI',\n  output_file: 'completion.sh'\n)\n```\n\n## Synopsis\n\n```shell\nrake command_kit:completion\n```\n\n## Requirements\n\n* [Ruby] \u003e= 3.0.0\n* [command_kit] ~\u003e 0.1\n* [completely] ~\u003e 0.6\n\n## License\n\nCopyright (c) 2023-2024 Hal Brodigan\n\nSee {file:LICENSE.txt} for details.\n\n[Ruby]: https://www.ruby-lang.org/\n[command_kit]: https://github.com/postmodern/command_kit.rb#readme\n[completely]: https://rubygems.org/gems/completely\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fcommand_kit-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostmodern%2Fcommand_kit-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fcommand_kit-completion/lists"}