bubbletint icon indicating copy to clipboard operation
bubbletint copied to clipboard

Terminal tints for everyone

Results 9 bubbletint issues
Sort by recently updated
recently updated
newest added

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....

dependencies
go

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") } ```...

enhancement
good first issue

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...

enhancement
good first issue

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?...

dependencies
go

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` |...

type/minor

> [!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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flucasb-eyer%2fgo-colorful/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flucasb-eyer%2fgo-colorful/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type/minor

### ✨ 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_...

enhancement

### ✨ 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...

enhancement