First of all, thank you for lovely package.
Many times I use sleep to execute a function at certain time, especially over night. Usual steps I take are to calculate number of seconds, say to 02:14am and then simply use sleep nbSeconds; ./functionToExecute.sh.
It would be aweseome e.g. to have something like this:
timer -t 02:14am like -t or --time to time
Please consider implementing it.
First of all, thank you for lovely package.
Many times I use
sleepto execute a function at certain time, especially over night. Usual steps I take are to calculate number of seconds, say to 02:14am and then simply usesleep nbSeconds; ./functionToExecute.sh.It would be aweseome e.g. to have something like this:
timer -t 02:14amlike-tor--timeto timePlease consider implementing it.