summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2024-12-27migrate to urfave/cli V3Benjamin Chausse
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