All Projects → alexanderepstein → Sandman Lite

alexanderepstein / Sandman Lite

Licence: mit
A Lightweight Script Built With Late Night Developers In Mind

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Sandman Lite

productivity-tips-for-mac
Awesome Productivity Tips for Mac Developers
Stars: ✭ 38 (-40.62%)
Mutual labels:  productivity, mac
Kap
An open-source screen recorder built with web technology
Stars: ✭ 14,488 (+22537.5%)
Mutual labels:  productivity, mac
Singlebox Legacy
All Your Apps in One Single Window
Stars: ✭ 32 (-50%)
Mutual labels:  productivity, mac
linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+1698.44%)
Mutual labels:  productivity, mac
Webcatalog App
Official WebCatalog app.
Stars: ✭ 369 (+476.56%)
Mutual labels:  productivity, mac
Mater
🍅 A simple and purty menubar Pomodoro app written in Electron
Stars: ✭ 433 (+576.56%)
Mutual labels:  productivity, mac
Klaxon
Mac OS notifications from Python
Stars: ✭ 63 (-1.56%)
Mutual labels:  productivity, mac
Skybar Deeplink
Mac app that add to the menu bar deep link tool so you can easily open your deep links in your installed simulator.
Stars: ✭ 50 (-21.87%)
Mutual labels:  mac
Blightmud
A terminal mud client written in Rust
Stars: ✭ 61 (-4.69%)
Mutual labels:  mac
Aerial desktop
Macintosh Application installs Aerial ScreenSaver and sets as a Desktop Background. 🚀 🎩
Stars: ✭ 49 (-23.44%)
Mutual labels:  mac
Trojanx
A bare-bones Trojan (as in the anti-GFW tool) GUI client for macOS, written in Swift and shell.
Stars: ✭ 45 (-29.69%)
Mutual labels:  mac
Dotfiles
A shell script to install awesome command for *nix platform and set them up
Stars: ✭ 56 (-12.5%)
Mutual labels:  mac
Easy Gmail Scheduler
📫 Easily schedule Gmail messages. No third parties, local servers, or labels.
Stars: ✭ 61 (-4.69%)
Mutual labels:  productivity
Amazon Fresh Whole Foods Delivery Slot Finder
A Mac tool that finds available delivery slots for Amazon's Whole Foods delivery and Amazon Fresh services
Stars: ✭ 1,048 (+1537.5%)
Mutual labels:  mac
Owon Vds1022
Unofficial release for the OWON VDS1022/I Oscilloscope
Stars: ✭ 63 (-1.56%)
Mutual labels:  mac
Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (+1506.25%)
Mutual labels:  mac
Air
Mac menu bar app to track Air Quality
Stars: ✭ 63 (-1.56%)
Mutual labels:  mac
Whc datamodelfactory
Mac上iOS开发辅助工具,快速把json/xml数据转换生成对应模型类属性,省去麻烦手动创建,提高开发效率。Mac iOS development aid, quickly put the json/XML data transformation generates the corresponding model class attribute, save trouble created manually, improve the development efficiency.
Stars: ✭ 1,118 (+1646.88%)
Mutual labels:  mac
Macos Setup
A curated macOS setup | v2
Stars: ✭ 60 (-6.25%)
Mutual labels:  mac
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+1612.5%)
Mutual labels:  mac

Sandman-Lite Sandman-Lite Sandman-Lite

a lightweight script built with late night developers in mind

Version Codacy Badge language platform license

Crossplatform G.U.I. Version Can Be Found here

Sandman will remind you to take a rest and that you can always come back to the work tomorrow.

A sleep cycle is a 90-minute chunk of time where your body transitions through various phases of sleep — all the way down to deep REM sleep — then back again. Some health experts believe that these 90-minute sleep cycles are the key to restful sleep. They recommend trying to sleep exactly 7.5 hours — or even 9 hours, if you have the time.

Based on the time you need to wake up — and assuming it will take you 15 minutes to fall asleep — Sandman will notify you throughout the evening at specific times when you could go to sleep and maximize your number of full sleep cycles.

This script works well with https://justgetflux.com/

Inspired by http://sleepyti.me

In Action

Sandman-Lite-Usage

Installing

1). Get The Source Code

cd ~
git clone https://github.com/alexanderepstein/Sandman-Lite
cd Sandman-Lite

2). Install sandman-lite

To install the latest stable release
git checkout v1.6.0
chmod a+x install.sh
./install.sh
To install the nightly builds
chmod a+x install.sh
./install.sh

Usage

First set a desired wake up time using sandman-lite -s xx:xx

To get the times of the set notifications sandman-lite -g

To test the rest notification behavior sandman-lite -t

To remove all pending notifications sandman-lite -r

To check for and download/install sandman-lite updates sandman-lite -u

To get help using sandman-lite sandman-lite -h

To get sandman-lite version sandman-lite -v

Removing

cd ~/Sandman-Lite
./uninstall.sh
( •_•)
( •_•)>⌐■-■
(⌐■_■)

Helping Out

Feel free to fork this repository add some code and submit a pull request

List of yet to be implemented features

  • Add option to show parsed times in 24 or 12 hour formatting
  • No uptime notification
  • No error exiting in main script

Known Bugs

  • Uninstaller script doesn't uninstall the dependencies if they weren't their before installation of sandman-lite

Donate

If this project helped you in any way and you feel like buying a broke college kid a cup of coffee

Donate Donate

License

MIT License

Copyright (c) 2017 Alex Epstein

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].