You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be okay to get a commandline flag to get another kind of progress bar?
Just echo a new line with the percent whenever a new whole number percent is reached?
1
2
3
4
5
6
7
I know wget has a --progress=type flag, and I have seen people pipe wget with progress=dot through awk and sed to get just the percent.
I don't know, maybe the argument could be called --progress=dumb
If you add other aesthetic types, maybe the user preferred one could be put in the config file. I know pacman has an option to let the progress bar be a pacman that eats dots, thats always funny if you run arch linux.
The text was updated successfully, but these errors were encountered:
Would it be okay to get a commandline flag to get another kind of progress bar?
Just echo a new line with the percent whenever a new whole number percent is reached?
I know wget has a
--progress=type
flag, and I have seen people pipe wget with progress=dot through awk and sed to get just the percent.I don't know, maybe the argument could be called
--progress=dumb
If you add other aesthetic types, maybe the user preferred one could be put in the config file. I know pacman has an option to let the progress bar be a pacman that eats dots, thats always funny if you run arch linux.
The text was updated successfully, but these errors were encountered: