initial commit

add internal/xair module
This commit is contained in:
2026-01-30 22:42:11 +00:00
commit 4a6ace0fdf
13 changed files with 885 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# Xair-CLI
### Use
```console
xair-cli is a command-line tool that allows users to send OSC messages
to Behringer X Air mixers for remote control and configuration. It supports
various commands to manage mixer settings directly from the terminal.
Usage:
xair-cli [flags]
xair-cli [command]
Available Commands:
bus A brief description of your command
completion Generate the autocompletion script for the specified shell
help Help about any command
main A brief description of your command
strip A brief description of your command
Flags:
-h, --help help for xair-cli
-H, --host string host address of the X Air mixer (default "mixer.local")
-l, --loglevel string Log level (debug, info, warn, error, fatal, panic) (default "info")
-p, --port int Port number of the X Air mixer (default 10024)
Use "xair-cli [command] --help" for more information about a command.
```