bubbletint
bubbletint copied to clipboard
Terminal tints for everyone
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.6.0 to 0.7.1. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.7.1 This bugfix release fixes a problem introduced in v0.7.0 where applications could freeze or hang on start-up....
Would be nice to have support for loading custom themes/tints via something like: ```go func LoadTintsFromPath(paths ...string) error {} ``` And: ```go func main() { _ = tint.LoadTintsFromPath("some/**/glob/*/pattern") } ```...
Need a function to soft-match different tint names and find the closest match. This will pair nicely with a cli flag for an end user (where they get 95% of...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.11.0 to 0.12.1. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.12.1 This release fixes a regression with regard to border calculations introduced in Lip Gloss v0.11.1. Thoughts? Questions?...
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.24.4` -> `1.25.5` |...
> [!WARNING] > **THIS SHOULD NOT BE MERGED UNTIL the Charm team has fully released all of the associated charm libraries.** > This PR is currently tagged as `github.com/lrstanley/bubbletint/v2` @...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/lucasb-eyer/go-colorful](https://redirect.github.com/lucasb-eyer/go-colorful) | `v1.2.0` -> `v1.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
### ✨ Describe the feature you'd like It would be cool if bubbletint could map to [glamour](https://github.com/charmbracelet/glamour) styles! ### 🌧 Is your feature request related to a problem? _No response_...
### ✨ Describe the feature you'd like Implement support for bubbletea/lipgloss v2 (currently beta). This will be released as bubbletint v2, which means we will need to tag the current...