Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcanas/mirror-displays
A Mac app and command-line tool for fiddling with display mirroring: on/off/toggle
https://github.com/fcanas/mirror-displays
command-line-tool display-manager display-mirroring mac mac-osx macos utilities
Last synced: 14 days ago
JSON representation
A Mac app and command-line tool for fiddling with display mirroring: on/off/toggle
- Host: GitHub
- URL: https://github.com/fcanas/mirror-displays
- Owner: fcanas
- Created: 2014-01-19T00:16:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T15:34:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T05:50:09.945Z (21 days ago)
- Topics: command-line-tool, display-manager, display-mirroring, mac, mac-osx, macos, utilities
- Language: Objective-C
- Size: 367 KB
- Stars: 176
- Watchers: 15
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mirror-displays
===============A Mac app and command-line tool for fiddling with display mirroring: on/off/toggle
```
usage: mirror [option] Only the first option passed will be applied
-h Print this usage and exit.
-t Toggle mirroring (default behavior)
-on Turn Mirroring On
-off Turn Mirroring Off
-q Query the Mirroring state and write "on" or "off" to stdout
-l A B Makes display at index B mirror the display at index A
```## Installing
The `mirror` command line tool is available via a [Homebrew](https://brew.sh) [tap](https://docs.brew.sh/Taps#the-brew-tap-command):
`brew install fcanas/tap/mirror-displays`
or
```
brew tap fcanas/tap
brew install mirror-displays
```