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
I'd like to include termdown in shell scripts. My scripts often print some info about what they are doing or will do next.
Currently, termdown hides all output, even with the --no-figlet option. The new option should print the countdown just as one-liner on the current line, overwriting itself with every tick. A bit like --no-figlet, but without clearing the screen and centering the output.
Maybe, an additional --no-total option would also help for scripts, but that's less important.
If such option already exists, add it to the output of --help :-)
The text was updated successfully, but these errors were encountered:
I'd like to include termdown in shell scripts. My scripts often print some info about what they are doing or will do next.
Currently, termdown hides all output, even with the --no-figlet option. The new option should print the countdown just as one-liner on the current line, overwriting itself with every tick. A bit like --no-figlet, but without clearing the screen and centering the output.
Maybe, an additional --no-total option would also help for scripts, but that's less important.
If such option already exists, add it to the output of --help :-)
The text was updated successfully, but these errors were encountered: