doprz / dipc

Convert your favorite images and wallpapers with your favorite color palettes/themes
Apache License 2.0
196 stars 6 forks source link

Move to Indicatif #6

Closed CordlessCoder closed 1 year ago

CordlessCoder commented 1 year ago

I suggest replacing the custom timing code and print statements with an indicatif-based Statusbar

CordlessCoder commented 1 year ago

I'm ready to start working on this as soon as my PR is merged

doprz commented 1 year ago

Good idea. I added some indicators in PR #5 as a temporary solution.

doprz commented 1 year ago

After this PR, I will add the timing code for the image(s) processing as part of the verbose cli flag. I'd say don't remove the current print statements so that I can review your PR's changes and make an informed decision at a later time.

doprz commented 1 year ago

@CordlessCoder I pushed some changes and here are some thoughts:

doprz commented 1 year ago

I will be merging this and moving on to other features that are part of the v1.0.0 release, but feel free to create another issue or PR if you want to add something.