Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nedomas/sleepy-shell
Your personal sleeping manager in shell (cause we need more life management).
https://github.com/nedomas/sleepy-shell
Last synced: 19 days ago
JSON representation
Your personal sleeping manager in shell (cause we need more life management).
- Host: GitHub
- URL: https://github.com/nedomas/sleepy-shell
- Owner: Nedomas
- Created: 2012-09-24T20:52:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-24T20:54:28.000Z (over 12 years ago)
- Last Synced: 2024-10-22T07:42:30.962Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sleepy shell script
### Perfect sleep time calculation for your bash!This robot tells you when to get up and wake up so you are kinda controlled, but trust me - it's cool. Probably the most powerful thing I'll ever write.
## Installation
Sleepy is a shell script (the title kinda dictates it). Make sure you add it to your '$PATH' and you'll be alright.
## Usage
Run sleepy -h and see what happens.
EXAMPLES:
sleepy 10:30
#=> TRY to go to bed @ 23:46 01:16 02:56 02:36 05:46 07:16
# sleepy without parameters returns the time to get up as if you would get to bed right now
sleepy
#=> TRY to get up @ 08:44 07:14 05:44 04:14 02:44 01:14## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request