An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/mac-screensaver

:apple: :sunrise: macOS screensaver commands
https://github.com/andrewpetrochenkov/mac-screensaver

applescript cli macos screensaver

Last synced: about 2 months ago
JSON representation

:apple: :sunrise: macOS screensaver commands

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/mac-screensaver.svg?maxAge=3600)](https://pypi.org/project/mac-screensaver/)
[![](https://img.shields.io/npm/v/mac-screensaver.svg?maxAge=3600)](https://www.npmjs.com/package/mac-screensaver)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/mac-screensaver/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/mac-screensaver/actions)

### Installation
```bash
$ [sudo] pip install mac-screensaver
```

```bash
$ [sudo] npm i -g mac-screensaver
```

#### Examples
```bash
$ screensaver start
$ screensaver pid
1488
$ screensaver stop
```

```bash
$ screensaver name
iLifeSlideshows
$ screensaver names
Random
Flurry
Arabesque
Word of the Day
iTunes Artwork
Computer Name
Shell
FloatingMessage
iLifeSlideshows
```
wait while screensaver is active
```bash
$ screensaver start
$ screensaver wait
```


readme42.com