summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
14 daysfix: refactor picker View()Benjamin Chausse
14 daysdocs: remove redundant commentBenjamin Chausse
14 daysCtrl-c overrides color input and quits termpickerBenjamin Chausse
14 daysFix color input widthBenjamin Chausse
14 daysMake unfocused tabs more faintBenjamin Chausse
14 daysFix BinaryFill ExampleBenjamin Chausse
14 daysAll ui info in one locationBenjamin Chausse
2024-12-27Force the use of TrueColor everywhereBenjamin Chausse
2024-12-27Remove slider backgroundBenjamin Chausse
2024-12-17Copy hex escape sequences directly (#24)Benjamin Chausse
Co-authored-by: Benjamin Chaussé <Benjamin.Chausse@goto.com>
2024-11-26fix: smoother progress bar (#21)Benjamin Chausse
2024-11-25fix: logs, readme, release version (#18)Benjamin Chausse
* Implement logsink instead of relying on /dev/null * Add version during build to `--help` * Update README roadmap
2024-11-25underline+bold+bright to indicate active tab (#17)Benjamin Chausse
2024-11-25feat: Interactive input (#16)Benjamin Chausse
* Refactor copy keybinds into single help entry * Manually input color values at runtime * Showcase input instead of clipboard in demo * more vhs updates
2024-11-25fix: initial color notice didn't expire (#15)Benjamin Chausse
* Accept initial color using -c flag * fix: Initial color notice expiry * Inform user of detected initial color
2024-11-25Accept initial color using -c flag (#14)Benjamin Chausse
2024-11-25fix: enhance readme, and update notice duration (#12)Benjamin Chausse
* Move main.go to root for easy go install ... * Better README * elongate notice duration
2024-11-24feat: Notice messages when performing actions (#11)Benjamin Chausse
* Update releaser CI/CD version * feat: Notice messages when performing actions * Showcase notices in demo.gif
2024-11-24Goreleaser implementation works locally (#9)Benjamin Chausse
2024-11-24fix: update roadmap + small help message update (#8)Benjamin Chausse
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-24feat: add help at the bottom (#5)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
2024-11-24Use orange for hsl saturation sliderBenjamin Chausse
2024-11-24Centralize pickersBenjamin Chausse
2024-11-24Freaking hsl doesn't reset to cyan everytimeBenjamin Chausse
2024-11-24Instant slider animationBenjamin Chausse
2024-11-24Rename go module and update Go versionBenjamin Chausse
2024-11-24Improve Stringer color interfacesBenjamin Chausse
2024-11-24Implement clipboardBenjamin Chausse
2024-11-24Remove dead codeBenjamin Chausse
2024-11-23Preview + Unit-tests for color conversionsBenjamin Chausse
2024-11-23Semi-working POCBenjamin Chausse