mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 22:43:35 +00:00
34 lines
657 B
Plaintext
34 lines
657 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# goku
|
|
|
|
> Manage Karabiner configuration.
|
|
> More information: <https://github.com/yqrashawn/GokuRakuJoudo>.
|
|
|
|
- Generate `karabiner.json` using the default configuration:
|
|
|
|
`goku`
|
|
|
|
- Generate `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-run`
|
|
|
|
- Dry run the whole configuration into `stdout` instead of updating `karabiner.json`:
|
|
|
|
`goku --dry-run-all`
|
|
|
|
- Display help:
|
|
|
|
`goku --help`
|
|
|
|
- Display version:
|
|
|
|
`goku --version`
|