ctongfei / progressbar

Terminal-based progress bar for Java / JVM
http://tongfei.me/progressbar/
MIT License
1.07k stars 102 forks source link

0.10.0 #155

Closed ctongfei closed 1 year ago

bowbahdoe commented 1 year ago

@ctongfei Than you for doing this! I'm making a little CLI app that does some downloads and being jlink compatible will be a huge win.

...That being said jline still needs to do the same thing, but at least the problem is kicked down the stack a little and I can fight that fight.

ctongfei commented 1 year ago

Thanks @bowbahdoe! if you want to make it into a CLI app I recommend using GraalVM to compile it AOT to a binary. You don't even need to depend on a JRE in that case.

bowbahdoe commented 1 year ago

I'm aware thats an option, but i have maybe a strange set of interests. I do appreciate you following up though.