diff --git a/README.md b/README.md index df88c8b..58efd25 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white) +![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) + # VBAN Sendtext CLI Utility VBAN sendtext cli utility for sending Voicemeeter string requests over a network. @@ -15,7 +18,7 @@ VBAN sendtext cli utility for sending Voicemeeter string requests over a network ## `Use` -#### Command Line +#### `Command Line` Pass `host`, `port` and `streamname` as flags, for example: @@ -32,7 +35,7 @@ Port=6990 Streamname="Command1" ``` -#### Script files +#### `Script files` The vbantxt-cli utility accepts a single string request or an array of string requests. This means you can pass scripts stored in files. @@ -40,6 +43,10 @@ For example, in Windows with Powershell you could: `vbantxt-cli $(Get-Content .\script.txt)` +Or with Bash: + +`cat script.txt | xargs vbantxt-cli` + to load commands from a file: ```