A CLI tool to manage Twiddler (v7) configurations
- Converting between binary (
.cfg) files and a text-based format - Support for alternative keyboard layouts
- Syncing a set of configuration files to the Twiddler
- (WIP) Untethered Re-Chording Mode datalog encoding/decoding
- (WIP) Chord visualizations
Install with pipx or pip:
pipx install twiddler-ctlTo Text:
twiddler-ctl convert input.cfg output.txtTo Binary:
twiddler-ctl convert input.txt output.cfgtwiddler-ctl visualize input.cfg- Copy
config.sample.iniand rename toconfig.ini - Update the file to point to your Twiddler
- Sync configs with
twiddler-ctl sync
twiddler-ctl dump --table=keysEncoding:
twiddler-ctl convert-log input.txt output.logDecoding:
twiddler-ctl convert-log input.log output.txt