⚠️ Note: This is an initial development version and not ready for production use. The library is currently being structured for proper Go package distribution.
A collection of reusable Bubbles built with the Bubble Tea framework for terminal user interfaces.
- Initial commit with core functionality
- Package structure being finalized
- Documentation in progress
- Testing and examples
- verified import via
go get
go get github.com/nick-popovic/custom-bubbles/multiTab
go get github.com/nick-popovic/custom-bubbles/chatGPT
go get github.com/nick-popovic/custom-bubbles/candleStick
A terminal-based ChatGPT interface with markdown rendering and real-time response streaming.
- Documentation
- Features: Markdown rendering, real-time streaming, support for GPT-3.5-turbo model
A flexible tab management system for organizing multiple views.
- Documentation
- Features: Independent tab state, customizable tab styling, modular design
A terminal-based financial chart component for displaying OHLC data.
- Documentation
- Features: Real-time updates, color-coded indicators