https://github.com/sbdchd/sleep-restart-shutdown-apps
:zzz: Some OSX shell scripts in app form.
https://github.com/sbdchd/sleep-restart-shutdown-apps
Last synced: 12 months ago
JSON representation
:zzz: Some OSX shell scripts in app form.
- Host: GitHub
- URL: https://github.com/sbdchd/sleep-restart-shutdown-apps
- Owner: sbdchd
- License: bsd-2-clause
- Created: 2015-12-08T17:21:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T23:49:09.000Z (over 9 years ago)
- Last Synced: 2025-03-12T23:02:34.381Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 224 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sleep, Restart, Shutdown OSX Apps
> Some simple bash scripts packaged into app form.
Enables sleep, restart, and shutdown from Spotlight.
_Note:_ You should be made aware of some of the many default OSX keyboard
[shortcuts](https://support.apple.com/en-us/HT201236).
Sleep
shift + ctrl + powerbutton
Restart
cmd + ctrl + powerbutton
Shutdown
cmd + ctrl + option + powerbutton
## Install
### Homebrew Cask (Best Method)
```bash
brew tap sbdchd/sleep-restart-shutdown
brew cask install sleep
brew cask install restart
brew cask install shutdown
```
### Source
```bash
brew install platypus
git clone https://github.com/sbdchd/sleep-restart-shutdown-apps && cd sleep-restart-shutdown-apps
bash build.sh
```
### Zip
Download Apps from [Releases](https://github.com/sbdchd/sleep-restart-shutdown-apps/releases)
## Uses
- [Platypus](https://github.com/sveinbjornt/Platypus) for packaging.
- [Font Awesome](http://fontawesome.io) for icons.