snore

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

commit 84bb7df35e218eaedfd1e8bfb2d87cde53e50115
parent 3bb7139a63a3b772c38658bcdc86b15c55d9f8ce
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri, 22 Jan 2016 22:04:53 +0100

Improve description.

Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -5,11 +5,11 @@ SYNOPSIS snore [-v] NUMBER[SUFFIX]... -snore pause for NUMBER seconds. SUFFIX may be 's' for seconds, 'm' for minutes, -'h' four hours or 'd' for days. If the suffix is wrong or not given 's' is -default. Given two or more arguments, pause for the amount of time specified by -the sum of their values. A visual feedback is given by printing the flowing of -time in both ascending and descending order. +snore pause for NUMBER seconds. SUFFIX may be 's' for seconds (default), 'm' +for minutes, 'h' four hours or 'd' for days. Given two or more arguments, pause +for the amount of time specified by the sum of their values. A visual feedback +is given by printing the flowing of time in both ascending and descending +order. Installation ------------