Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/growse/silly-kvm
https://github.com/growse/silly-kvm
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/growse/silly-kvm
- Owner: growse
- License: apache-2.0
- Created: 2024-02-12T17:58:39.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T05:49:36.000Z (8 days ago)
- Last Synced: 2025-02-04T06:30:54.640Z (8 days ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silly KVM
What if we could react to USB events and send monitor DDC commands? That's a KVM, Shirley?
## Using
```shell
Usage: silly-kvm [OPTIONS] --usb-vendor-id --usb-product-idOptions:
-d, --debug-v, --usb-vendor-id
USB Vendor ID to listen for
-p, --usb-product-id
USB Product ID to listen for
--ddc-wait-interval
How long to pause after issuing a DDC command [default: 300]
-m, --monitor-config ...
Monitor configuration in the format ::
-h, --help
Print help
```