Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zhuorantan/curtain
- Owner: zhuorantan
- License: mit
- Created: 2022-03-15T10:16:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T02:38:33.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T05:56:49.271Z (3 months ago)
- Topics: macos, rust, screen-lock, screen-sharing, vnc
- Language: Rust
- Homepage:
- Size: 835 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)