This repository is a collection of provider modules for posh, a project-scoped
interactive shell. Each provider plugs an external tool or service — such as kubectl, gcloud, squadron, or
1Password — into the posh prompt, exposing its commands, suggestions, and health checks alongside the rest of your
project tooling.
The repo is organised as a Go multi-module workspace: every provider lives in its own module under <vendor>/<tool>/
and can be pulled in independently by downstream posh projects. See each provider's own README.md for wiring snippets
and sample configuration.
Contributions are welcome! Please read the contributing guide.
Distributed under MIT License, please see the license file within the code for more details.