mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2025-04-01 20:03:51 +01:00
add os badges
This commit is contained in:
parent
826df820fc
commit
6221f6a167
11
README.md
11
README.md
@ -1,3 +1,6 @@
|
||||

|
||||

|
||||
|
||||
# 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:
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user