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
{{ message }}
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
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
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.