We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I expect termdown to do this thing:
termdown
$ termdown --no-figlet --line 0
The text was updated successfully, but these errors were encountered:
(Suggestion) Use shell alias/script instead.
date1=`date +%s`; while true; do echo -ne "$(date -u --date @$((`date +%s` - $date1)) +%H:%M:%S)\r"; done
Source: https://superuser.com/questions/611538/is-there-a-way-to-display-a-countdown-or-stopwatch-timer-in-a-terminal
Sorry, something went wrong.
No branches or pull requests
I expect
termdown
to do this thing:The text was updated successfully, but these errors were encountered: