snore

sleep with feedback
git clone git://git.bitsmanent.org/snore
Log | Files | Refs | README | LICENSE

commit dd881471beb18a40f39a6fbe3bd59d398dceec32
parent 9cd2003347a39ce91ed82a85aadb3268746ce500
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Tue,  2 May 2017 23:35:23 +0200

Update the man page.

Diffstat:
Msnore.1 | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/snore.1 b/snore.1 @@ -16,7 +16,7 @@ If no arguments are given, pauses for 1d (one day). .SH SHORTCUTS .TP -.B Enter +.B Enter or Ctrl-j output the split time .TP .B Ctrl-s @@ -24,9 +24,13 @@ pause .TP .B Ctrl-q resume +.TP +.B Ctrl-c +stop and exit .SH AUTHORS See the LICENSE file for the authors. .SH LICENSE See the LICENSE file for the terms of redistribution. .SH SEE ALSO -.BR sleep (1) +.BR sleep (1), +.BR nanosleep (2)