summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2025-03-26charmbracelet/glamour for help + man page generateBenjamin Chausse
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-26fix: friendly version name for `go install ...` (#20)v1.3.4Benjamin Chausse
* Better when installing with `go install ...`
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-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