diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,11 +14,11 @@ Here is my roadmap to reach what I would consider a finished state: - [x] Implement copying to clipboard for various formats (rgb, hex, hsl, cymk, etc...) - [ ] Make the tabs interface prettier with [lipgloss][1] (similar to tabs in [soft-serve][2]) -- [ ] Add a [help bubble][3] at the bottom of the interface to show available keybindings +- [x] Add a [help bubble][3] at the bottom of the interface to show available keybindings - [ ] Add some form of stdout cli flag to output to stdout instead of copying colors - [ ] Auto-adjust geometry on terminal resize (+ warn the user if the terminal is too small) -- [ ] Make the preview windows prettier (perhaps same width as the sliders) -- [ ] Add Box-drawing to the picker and the previewer +- [x] Make the preview windows prettier (perhaps same width as the sliders) +- [x] Add Box-drawing to the picker and the previewer - [ ] Add more color conversion unit-tests around edge case colors - [X] Make sliders reach the correct length on init/tab without pressing `j`,`k` |