karabiner-elements-profile-switcher
Version:
Profile switcher for karabiner elements
24 lines (15 loc) • 377 B
Markdown
# Karabiner Elements Profile Switcher
A simple profile switcher for karabiner elements.
### Installation
```
npm i -g karabiner-elements-profile-switcher
```
### Usage
Simply supply the name of the profile.
```
$ kb-el-switch profile1
```
If the name of the profile contains spaces, just wrap it with quotes (single or double).
```
$ kb-el-switch 'Default Profile'
```