https://github.com/chrontax/owotility
Configuration utility for OwOpad firmware
https://github.com/chrontax/owotility
Last synced: 21 days ago
JSON representation
Configuration utility for OwOpad firmware
- Host: GitHub
- URL: https://github.com/chrontax/owotility
- Owner: chrontax
- License: apache-2.0
- Created: 2024-03-22T11:58:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T12:59:36.000Z (about 2 years ago)
- Last Synced: 2024-03-23T13:27:37.321Z (about 2 years ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# OwOtility
Configuration utility for [OwOpad firmware](https://github.com/chrontax/owopad).
For now it's only CLI, but there are plans for a gui.
## Installation
```
cargo install owotility
```
## Usage
```
Usage: owotility [COMMAND]
Commands:
devices List available devices
configs Show key configs
binds Manage currently set keybinds
save Save current configuration to flash
send Send something to the keypad
status Show live status of the keypad
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
```