snore

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

README.md (986B)


      1 snore - sleep with feedback
      2 ===========================
      3 
      4 SYNOPSIS
      5 
      6     snore [-v] [NUMBER[SUFFIX]...]
      7 
      8 snore pause for NUMBER seconds. SUFFIX may be 's' for seconds (default), 'm'
      9 for minutes, 'h' for hours or 'd' for days. Given two or more arguments, pause
     10 for the amount of time specified by the sum of their values. A visual feedback
     11 is given by printing the flowing of time in both ascending and descending
     12 order. If no arguments are given, snore pauses for 1d (one day).
     13 
     14 SHORTCUTS
     15 
     16     Enter or Ctrl-j  output the split time
     17 
     18     Ctrl-s           pause execution
     19 
     20     Ctrl-q           resume execution
     21 
     22     Ctrl-c           stop and exit
     23 
     24 
     25 Installation
     26 ------------
     27 Edit config.mk to match your local setup (snore is installed into the
     28 /usr/local namespace by default).
     29 
     30 Afterwards enter the following command to build and install snore (if
     31 necessary as root):
     32 
     33     make clean install
     34 
     35 Status
     36 ------
     37 snore is considered complete and no further development is expected to happen.