https://github.com/bitsmanent/snore
sleep with feedback
https://github.com/bitsmanent/snore
chronometer countdown sleep stopwatch
Last synced: 3 months ago
JSON representation
sleep with feedback
- Host: GitHub
- URL: https://github.com/bitsmanent/snore
- Owner: bitsmanent
- License: mit
- Created: 2016-01-22T19:02:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:48:59.000Z (about 2 years ago)
- Last Synced: 2025-04-04T22:33:31.797Z (about 1 year ago)
- Topics: chronometer, countdown, sleep, stopwatch
- Language: C
- Size: 86.9 KB
- Stars: 76
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
snore - sleep with feedback
===========================
SYNOPSIS
snore [-v] [NUMBER[SUFFIX]...]
snore pause for NUMBER seconds. SUFFIX may be 's' for seconds (default), 'm'
for minutes, 'h' for 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. If no arguments are given, snore pauses for 1d (one day).
SHORTCUTS
Enter or Ctrl-j output the split time
Ctrl-s pause execution
Ctrl-q resume execution
Ctrl-c stop and exit
Installation
------------
Edit config.mk to match your local setup (snore is installed into the
/usr/local namespace by default).
Afterwards enter the following command to build and install snore (if
necessary as root):
make clean install
Status
------
snore is considered complete and no further development is expected to happen.