mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
goku: add page (#10741)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
9127f8c40e
commit
d6f19f1cdd
1 changed files with 28 additions and 0 deletions
28
pages/osx/goku.md
Normal file
28
pages/osx/goku.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue