snippetbashTip
goku — Manage Karabiner configuration. More information: <https://github.com/yqrashawn/GokuRakuJoudo>.
Viewed 0 times
configurationcommandkarabinergokumanagecliinformationmore
macos
Problem
How to use the
goku command: Manage Karabiner configuration. More information: <https://github.com/yqrashawn/GokuRakuJoudo>.Solution
goku — Manage Karabiner configuration. More information: <https://github.com/yqrashawn/GokuRakuJoudo>.Generate
karabiner.json using the default configuration:gokuGenerate
karabiner.json using the specific config.edn file:goku --config {{path/to/config.edn}}Dry run the new configuration into
stdout instead of updating karabiner.json:goku --dry-runDry run the whole configuration into
stdout instead of updating karabiner.json:goku --dry-run-allDisplay help:
goku --helpDisplay version:
goku --versionCode Snippets
Generate `karabiner.json` using the default configuration
gokuGenerate `karabiner.json` using the specific `config.edn` file
goku --config {{path/to/config.edn}}Dry run the new configuration into `stdout` instead of updating `karabiner.json`
goku --dry-runDry run the whole configuration into `stdout` instead of updating `karabiner.json`
goku --dry-run-allDisplay help
goku --helpContext
tldr-pages: osx/goku
Revisions (0)
No revisions yet.