sleepuntil/sleepuntil.1
2024-05-06 07:58:45 +02:00

30 lines
676 B
Groff

.TH sleep_until 1 "May 2024" "1.0" "sleep_until man page"
.SH NAME
sleep_until \- sleep until a specified datetime
.SH SYNOPSIS
.B sleep_until
[\-v] <datetime>
.SH DESCRIPTION
The
.B sleep_until
command sleeps until the specified datetime is reached.
.SH OPTIONS
.TP
.BR \-v
Enable verbose mode.
.TP
.BR \-h
Help message.
.SH EXAMPLES
.TP
.BR sleep_until " 'tomorrow 8:00'"
Sleep until tomorrow 8:00.
.TP
.BR sleep_until " 10pm " && " evening_task"
Sleeps until 10pm, then evening_task is executed.
.SH AUTHOR
Mattia Mascarello <mattia.mascarello@edu.unito.it>
.SH BUGS
Report bugs to: https://github.com/MatMasIt/sleepuntil
.SH COPYRIGHT
Copyright \(co 2024 Mattia Mascarello