Douglas

Results 14 issues of Douglas

The README.md file references CONTRIBUTING.md but this file doesn't exist. Is it supposed to, or should the reference be removed?

When the user presses `escape` or `CTRL + c`, show an input field at the bottom of the screen that gets input, just like vim's. Close if one of the...

enhancement

~~The current saving function writes to the console to say the image was saved. It should show a dialog with text saying whether it saved successfully(and the path, if so)...

enhancement
good first issue

Use the [lospec API](https://lospec.com/palettes/api) to load and save palettes to JSON files. Depends on #15 because this'll work with a command and on #6 because currently, the palettes are built-in,...

enhancement

Add more `vim` navigation keybindings: - $ or A to go to the end of a row - G to go the bottom left, num + G to go to...

enhancement

Implement vim's [macro recording](https://vim.fandom.com/wiki/Macros) functionality

enhancement

Allow the user to edit the current selected color, like it's done in `cmdpxl`: ![image](https://user-images.githubusercontent.com/38195951/132397581-6b0a6b43-70b9-4cec-b7e4-912ceae053d1.png)

enhancement

Create a way to select between different color presets, something similar to `aseprite`'s: ![image](https://user-images.githubusercontent.com/38195951/132396414-d49b8641-5fe5-433b-81fc-16de13cc5d33.png) Depends on #5.

enhancement

The keybindings for color selection are created by using the color index in the list of colors of the preset as a key binding. This conflicts with the vim keybindings...

enhancement