{"id":13343220,"url":"https://github.com/carapace-sh/carapace-bridge","last_synced_at":"2026-02-18T12:05:40.113Z","repository":{"id":39677238,"uuid":"389064427","full_name":"carapace-sh/carapace-bridge","owner":"carapace-sh","description":"A multi-shell completion bridge.","archived":false,"fork":false,"pushed_at":"2026-01-30T12:43:17.000Z","size":499,"stargazers_count":12,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-31T06:07:48.226Z","etag":null,"topics":["argcomplete","bash","bridge","carapace","click","cobra","complete","completion","elvish","fish","ion","nushell","oil","powershell","tcs","xonsh","xontrib","yargs"],"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":"mit","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","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":"2021-07-24T10:09:13.000Z","updated_at":"2026-01-30T12:41:30.000Z","dependencies_parsed_at":"2023-11-07T02:29:44.779Z","dependency_job_id":"c6ac7d8d-ad51-4385-b4db-feaf031541c7","html_url":"https://github.com/carapace-sh/carapace-bridge","commit_stats":{"total_commits":223,"total_committers":3,"mean_commits":74.33333333333333,"dds":"0.47982062780269064","last_synced_commit":"3a1e0489a8bf79ad455178c884239835e8446f45"},"previous_names":["rsteube/invoke-completion","carapace-sh/carapace-bridge","rsteube/carapace-bridge"],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/carapace-sh/carapace-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carapace-sh","download_url":"https://codeload.github.com/carapace-sh/carapace-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carapace-sh%2Fcarapace-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29578181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":["argcomplete","bash","bridge","carapace","click","cobra","complete","completion","elvish","fish","ion","nushell","oil","powershell","tcs","xonsh","xontrib","yargs"],"created_at":"2024-07-29T19:30:42.711Z","updated_at":"2026-02-18T12:05:40.091Z","avatar_url":"https://github.com/carapace-sh.png","language":"Go","funding_links":["https://github.com/sponsors/rsteube","https://polar.sh/carapace-sh"],"categories":[],"sub_categories":[],"readme":"# carapace-bridge\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/carapace-sh/carapace-bridges)](https://pkg.go.dev/github.com/carapace-sh/carapace-bridge)\n[![GoReportCard](https://goreportcard.com/badge/github.com/carapace-sh/carapace-bridge)](https://goreportcard.com/report/github.com/carapace-sh/carapace-bridge)\n[![Coverage Status](https://coveralls.io/repos/github/carapace-sh/carapace-bridge/badge.svg?branch=master)](https://coveralls.io/github/carapace-sh/carapace-bridge?branch=master)\n[![Packaging status](https://repology.org/badge/tiny-repos/carapace-bridge.svg)](https://repology.org/project/carapace-bridge/versions)\n\nInvokes completion of various frameworks and provides bridge actions for [carapace-bin](https://github.com/carapace-sh/carapace-bin).\n\n[![asciicast](https://asciinema.org/a/574303.svg)](https://asciinema.org/a/574303)\n\nSupported inputs:\n- [argcomplete](https://github.com/kislyuk/argcomplete)\n- [aws](https://github.com/aws/aws-cli)\n- [bash](https://www.gnu.org/software/bash/)\n- [carapace](https://github.com/carapace-sh/carapace)\n- [carapace-bin](https://github.com/carapace-sh/carapace-bin/)\n- [clap](https://github.com/clap-rs/clap) ([experimental](https://github.com/clap-rs/clap/issues/3166))\n- [click](https://github.com/pallets/click)\n- [cobra](https://github.com/spf13/cobra)\n- [complete](https://github.com/posener/complete)\n- [fish](https://fishshell.com/)\n- [gcloud](https://docs.cloud.google.com/sdk/gcloud)\n- [inshellisense](https://github.com/microsoft/inshellisense)\n- [jj](https://www.jj-vcs.dev)\n- [kingpin](https://github.com/alecthomas/kingpin)\n- [kitten](https://github.com/kovidgoyal/kitty)\n- [powershell](https://microsoft.com/powershell)\n- [urfavecli](https://github.com/urfave/cli)\n- [yargs](https://github.com/yargs/yargs)\n- [zsh](https://www.zsh.org/)\n\nSupported outputs:\n- [Bash](https://www.gnu.org/software/bash/)\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/issues/331))\n- [Xonsh](https://xon.sh/)\n- [Zsh](https://www.zsh.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarapace-sh%2Fcarapace-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarapace-sh%2Fcarapace-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarapace-sh%2Fcarapace-bridge/lists"}