mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:42:19 +02:00

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
567 B
567 B
goku
Manage Karabiner configuration. More information: https://github.com/yqrashawn/GokuRakuJoudo.
- Generate
karabiner.json
using the default configuration:
goku
- Generate
karabiner.json
using the specificconfig.edn
file:
goku --config {{path/to/config.edn}}
- Dry run the new configuration into
stdout
instead of updatingkarabiner.json
:
goku --dry-run
- Dry run the whole configuration into
stdout
instead of updatingkarabiner.json
:
goku --dry-run-all
- Display help:
goku --help
- Display version:
goku --version