# 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'
```
