An open API service indexing awesome lists of open source software.

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

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
```