macos-input-source

🦔 Tiny input source manager for macOS

OTHER License

Stars
4

macos-input-source

macos-input-source is a tiny input source manager for macOS.

Installation

input-source is provided as a single static universal binary. Whether you have an Mac with Apple silicon or Intel-based Mac, you can install input-source by downloading just one file.

curl -LO https://github.com/simnalamburt/macos-input-source/releases/download/v0.1.1/input-source &&\
  chmod +x input-source

Usage

$ input-source
tiny input source manager

Usage: input-source <command>

Commands:
  current       Show current input source
  list          List available input sources
  set <Source>  Change input source to <source>

Examples:
  input-source list
  input-source set com.apple.keylayout.ABC

 


macos-input-source is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.