Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.34 KB

File metadata and controls

29 lines (22 loc) · 1.34 KB

Acknowledgments

geto is a hard fork of marcosnils/bin by Marcos Lilljedahl and its contributors.

Marcos built the original, elegant foundation this project stands on — the provider abstraction (GitHub, GitLab, Codeberg, HashiCorp, go install), the asset scoring/extraction logic, and the whole idea of managing standalone release binaries without a package manager. Enormous thanks for the years of work that made this possible. 🙏

This fork builds on that base with a single tagged config, repository descriptions, a Bubble Tea TUI, and a reworked CLI. It would not exist without the upstream project.

The original code is MIT licensed; this fork keeps the MIT license and preserves the original copyright alongside the fork's — see LICENSE.

Standing on the shoulders of giants

geto also leans heavily on the wonderful Charm ecosystem — Bubble Tea, Bubbles, and Lip Gloss — for the TUI and the pretty CLI output, plus Cobra for the command layer and the many provider SDKs it talks to.