From 3e49bb7b592e69abf32fff21cf22bd40e2cead8d Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 30 Jun 2025 21:21:13 +0100 Subject: [PATCH] add Clip + Screenshot to README --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b203f86..98b2b19 100644 --- a/README.md +++ b/README.md @@ -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.