diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-25 23:51:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 23:51:08 -0500 |
commit | 89fbf38f73c7c380d28045e7e3feb0ad7867769b (patch) | |
tree | 2a0b71e70b0949d1f1a70d371a2b5f29f61df2ba /README.md | |
parent | 2b19466b38c69310a85d407343cd174ec6e1d0c3 (diff) |
fix: logs, readme, release version (#18)
* Implement logsink instead of relying on /dev/null
* Add version during build to `--help`
* Update README roadmap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -31,18 +31,19 @@ go install github.com/ChausseBenjamin/termpicker@latest ## Roadmap -- [ ] Add an input flag to pass specific color as a starting value -- [ ] Add a "cmd" mode to manually input colors -- [ ] Make the tabs interface prettier with [lipgloss][1] (similar to tabs in [soft-serve][2]) -- [ ] Notify user of successful copy to clipboard (or failure) +- [ ] Refactor the code to streamline and centralize lipgloss styles - [ ] Unit-test color conversions near edge case colors - [ ] Warn the user if the terminal is too small (and refuse to render) +- [ ] Publish release to mainstream repositories (AUR, Homebrew, etc...) +- [x] Add a "cmd" mode to manually input colors - [x] Add a [help bubble][3] at the bottom of the interface to show available keybindings +- [x] Add an input flag to pass specific color as a starting value - [x] Add Box-drawing to the picker and the previewer - [x] Implement copying to clipboard for various formats (rgb, hex, hsl, cymk, etc...) - [X] Make sliders reach the correct length on init/tab without pressing `j`,`k` - [x] Make the preview windows prettier (perhaps same width as the sliders) - +- [x] Make the tabs interface prettier with [lipgloss][1] (similar to tabs in [soft-serve][2]) +- [x] Notify user of successful copy to clipboard (or failure) [1]: https://github.com/charmbracelet/lipgloss [2]: https://github.com/charmbracelet/soft-serve |