Nice idea!
But it would be great if the output can be "figlet"ized. I could not find any way to do that using command line. Piping the output to figlet command will print the remaining time in a separate line each second:
$ easy-timer 00:02 | figlet
___ ___ ___ ____
/ _ \ / _ \ _ / _ \___ \
| | | | | | (_) | | |__) |
| |_| | |_| |_| |_| / __/
\___/ \___/(_)\___/_____|
___ ___ ___ _
/ _ \ / _ \ _ / _ \/ |
| | | | | | (_) | | | |
| |_| | |_| |_| |_| | |
\___/ \___/(_)\___/|_|
___ ___ ___ ___
/ _ \ / _ \ _ / _ \ / _ \
| | | | | | (_) | | | | | |
| |_| | |_| |_| |_| | |_| |
\___/ \___/(_)\___/ \___/
Do you have any idea? How about adding --print-cd option?
Nice idea!
But it would be great if the output can be "figlet"ized. I could not find any way to do that using command line. Piping the output to
figletcommand will print the remaining time in a separate line each second:Do you have any idea? How about adding
--print-cdoption?