Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pidanou/helm-tui
A simple terminal UI for Helm
https://github.com/pidanou/helm-tui
bubbletea golang helm helm-plugin k8s tui
Last synced: 2 days ago
JSON representation
A simple terminal UI for Helm
- Host: GitHub
- URL: https://github.com/pidanou/helm-tui
- Owner: pidanou
- License: mit
- Created: 2024-12-05T21:53:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T10:00:39.000Z (21 days ago)
- Last Synced: 2025-01-28T20:48:38.782Z (3 days ago)
- Topics: bubbletea, golang, helm, helm-plugin, k8s, tui
- Language: Go
- Homepage:
- Size: 1.34 MB
- Stars: 110
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
- awesome-repositories - pidanou/helm-tui - A simple terminal UI for Helm (Go)
README
# Helm-tui
Helm-tui is a terminal-based UI application to manage your Helm releases, charts, repositories, and plugins with ease.
## Features
- Manage Helm releases effortlessly.
- Add, update, and remove Helm repositories.## Requirements
- [Helm 3](https://helm.sh/docs/intro/install/)
### Optional
- [Go 1.22+](https://go.dev/doc/install)
## How to Use
1. Clone the repository:
```bash
git clone https://github.com/pidanou/helm-tui.git
cd helm-tui
```2. Run the app directly using:
```bash
go run .
```## How to Install
Install Helm-tui using `helm plugin install`:
```bash
helm plugin install https://github.com/pidanou/helm-tui
```Once installed, you can run `helm tui` directly from your terminal.
## Contributing
Contributions are welcome! If you find bugs or have feature requests, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).