Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhuorantan/curtain

Physical screen locking for macOS Screen Sharing
https://github.com/zhuorantan/curtain

macos rust screen-lock screen-sharing vnc

Last synced: 29 days ago
JSON representation

Physical screen locking for macOS Screen Sharing

Awesome Lists containing this project

README

        

# curtain

Physical screen locking for macOS Screen Sharing based on [franrogers/curtains](https://github.com/franrogers/curtains).

![](lock-screen-curtain.png)

Lock screen while controlling the Mac remotely.

## Installation

```sh
brew install zhuorantan/curtain/curtain
```

## Usage

Lock physical screens and input devices:

```sh
curtain lock -m "Optional message displayed on screen"
```

A confirmation prompt would show to make sure you don't lock yourself out of your Mac. To skip the
prompt, use the `-y` option:

```sh
curtain lock -y
```

To unlock:

```sh
curtain unlock
```

## License

[MIT license](LICENSE)