Skip to content
New issue

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

Add an argument to show stopwatch in the line #38

Open
rominf opened this issue Oct 31, 2018 · 1 comment
Open

Add an argument to show stopwatch in the line #38

rominf opened this issue Oct 31, 2018 · 1 comment

Comments

@rominf
Copy link

rominf commented Oct 31, 2018

I expect termdown to do this thing:

$ termdown --no-figlet --line
0
@lasers
Copy link
Contributor

lasers commented Aug 22, 2019

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants