summaryrefslogtreecommitdiff
path: root/internal/picker/picker.go
AgeCommit message (Collapse)Author
2025-01-16Central UI (#26)Benjamin Chausse
* migrate to urfave/cli V3 * Remove slider background * Force the use of TrueColor everywhere * All ui info in one location * Fix BinaryFill Example * Make unfocused tabs more faint * Fix color input width * Ctrl-c overrides color input and quits termpicker * docs: remove redundant comment * fix: refactor picker View()
2024-11-24feat: Update master (#7)Benjamin Chausse
* Attemp at using goreleaser * Fix syntax error in .goreleaser.yml * fix: Check roadmap feature for clipboard (README) * feat: add help menu at the bottom (#4) * MVP for a help menu * fix: commented code is evil * feat: box-drawing UI (#6) * feat: add help at the bottom (#5) * Attemp at using goreleaser * Fix syntax error in .goreleaser.yml * fix: Check roadmap feature for clipboard (README) * feat: add help menu at the bottom (#4) * MVP for a help menu * fix: commented code is evil * Update generated VHS GIF * feat: Rounded corner box UI * Update roadmap checkmarks in README --------- Co-authored-by: vhs-action 📼 <actions@github.com> --------- Co-authored-by: vhs-action 📼 <actions@github.com>
2024-11-24Freaking hsl doesn't reset to cyan everytimeBenjamin Chausse
2024-11-24Rename go module and update Go versionBenjamin Chausse
2024-11-23Preview + Unit-tests for color conversionsBenjamin Chausse
2024-11-23Semi-working POCBenjamin Chausse