add Clip + Screenshot to README

This commit is contained in:
onyx-and-iris 2025-06-30 21:21:13 +01:00
parent e65de7ebec
commit 3e49bb7b59

View File

@ -2,7 +2,7 @@
A command line interface for Meld Studio WebChannel API
[![Code Style](https://img.shields.io/badge/code_style-standard-violet.svg)](https://github.com/standardrb/standard)
[![Code Style](https://img.shields.io/badge/code_style-standard-violet.svg)](https://github.com/standard/standard)
---
@ -134,6 +134,22 @@ meld-cli record stop
meld-cli record status
```
#### Clip
Save a clip
```console
meld-cli clip
```
#### Screenshot
Take a screenshot
```console
meld-cli screenshot
```
## Special Thanks
- Meld team for providing the [WebChannel API](https://github.com/MeldStudio/streamdeck/blob/main/WebChannelAPI.md) on which this CLI depends.