Aeonss / BubbleBlaster

Bubble Blaster removes text from speech bubbles in mangas/manhwas, made for Scanlations groups.
MIT License
90 stars 11 forks source link

Feature request: terminal/cli use #20

Closed arthurwolf closed 10 months ago

arthurwolf commented 11 months ago

I'd really like to be able to use this in the terminal instead of using a GUI. How difficult would that be?

If you can give instructions on how you'd implement it, I can try to do that work myself (and do a PR once done)

Thanks!

Aeonss commented 10 months ago

I've created a simple CLI in the 1.2.2 releases here https://github.com/Aeonss/BubbleBlaster/releases/tag/1.2.2

Let me know if you encounter any issues.

The command is

bb [path]

If you need more help, bb -h will tell you what to do.

arthurwolf commented 10 months ago

Thank you so much! Will test soon.