Hacker News new | ask | show | jobs
by mkmk 643 days ago
I don’t remember where I got it, but I have a simple implementation of a command-line spinner that I use keyboard shortcuts to add to most scripts. Has been a huge quality of life improvement but I wish I could just as seamlessly drop in a progress bar (of course, knowing how far along you are is more complex than knowing you’re still chugging along).
1 comments

can you share it?
Not OP but I have used this one with success.

https://stackoverflow.com/questions/12498304/using-bash-to-d...