{"id":13410276,"url":"https://github.com/carapace-sh/carapace","last_synced_at":"2026-03-27T02:42:42.954Z","repository":{"id":39674136,"uuid":"248004667","full_name":"carapace-sh/carapace","owner":"carapace-sh","description":"A multi-shell completion library.","archived":false,"fork":false,"pushed_at":"2026-03-07T12:17:34.000Z","size":14931,"stargazers_count":1214,"open_issues_count":47,"forks_count":26,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-03-23T17:14:50.047Z","etag":null,"topics":["bash","carapace","cobra","completion","elvish","fish","generator","ion","nushell","oil","powershell","shell","tcsh","xonsh","xontrib","zsh"],"latest_commit_sha":null,"homepage":"https://carapace.sh","language":"Go","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/carapace-sh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.appendix","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["rsteube"],"polar":"carapace-sh"}},"created_at":"2020-03-17T15:25:23.000Z","updated_at":"2026-03-23T11:51:02.000Z","dependencies_parsed_at":"2024-03-10T17:25:43.806Z","dependency_job_id":"519ab383-c893-443f-8ab9-9e8a6a270411","html_url":"https://github.com/carapace-sh/carapace","commit_stats":{"total_commits":1011,"total_committers":12,"mean_commits":84.25,"dds":"0.054401582591493525","last_synced_commit":"6ab8f31785fab8aa02608e8536ef58760d985195"},"previous_names":["carapace-sh/carapace","rsteube/carapace"],"tags_count":287,"template":false,"template_full_name":null,"purl":"pkg:github/carapace-sh/carapace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carapace-sh","download_url":"https://codeload.github.com/carapace-sh/carapace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30912378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-25T01:19:28.689Z","status":"online","status_checked_at":"2026-03-25T02:00:07.751Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","carapace","cobra","completion","elvish","fish","generator","ion","nushell","oil","powershell","shell","tcsh","xonsh","xontrib","zsh"],"created_at":"2024-07-30T20:01:05.960Z","updated_at":"2026-03-27T02:42:42.929Z","avatar_url":"https://github.com/carapace-sh.png","language":"Go","funding_links":["https://github.com/sponsors/rsteube","https://polar.sh/carapace-sh"],"categories":["Go","bash","Command Line"],"sub_categories":["Standard CLI"],"readme":"# carapace\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/carapace-sh/carapace)](https://pkg.go.dev/github.com/carapace-sh/carapace)\n[![documentation](https://img.shields.io/badge/\u0026zwnj;-documentation-blue?logo=gitbook)](https://carapace-sh.github.io/carapace/)\n[![GoReportCard](https://goreportcard.com/badge/github.com/carapace-sh/carapace)](https://goreportcard.com/report/github.com/carapace-sh/carapace)\n[![Coverage Status](https://coveralls.io/repos/github/carapace-sh/carapace/badge.svg?branch=master)](https://coveralls.io/github/carapace-sh/carapace?branch=master)\n\nCommand argument completion generator for [cobra].\n\nSupported shells:\n- [Bash](https://www.gnu.org/software/bash/)\n- [Cmd](https://en.wikipedia.org/wiki/Cmd.exe) ([experimental](https://github.com/carapace-sh/carapace/issues/1107))\n- [Elvish](https://elv.sh/)\n- [Fish](https://fishshell.com/)\n- [Ion](https://doc.redox-os.org/ion-manual/) ([experimental](https://github.com/carapace-sh/carapace/issues/88))\n- [Nushell](https://www.nushell.sh/)\n- [Oil](http://oils.pub/)\n- [Powershell](https://microsoft.com/powershell)\n- [Tcsh](https://www.tcsh.org/) ([experimental](https://github.com/carapace-sh/carapace-sh/issues/331))\n- [Xonsh](https://xon.sh/)\n- [Zsh](https://www.zsh.org/)\n\n## Getting Started\n\n[Read], [Try] and [Build].\n\n[Read]:https://pixi.carapace.sh\n[Try]:./example/\n[Build]:https://carapace-sh.github.io/carapace/carapace/gen.html\n\n[cobra]:https://github.com/spf13/cobra\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarapace-sh%2Fcarapace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarapace-sh%2Fcarapace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarapace-sh%2Fcarapace/lists"}