• Stars
    star
    134
  • Rank 262,323 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Command line input source switcher for Mac.

Command line input source switcher for Mac.

About

This small utility for Apple OS X allows to easily switch input sources from a command line. It's main purpose is to be used as a service in vim-xkbswitch plugin.

Usage

issw [-h] [-l] [<input-source-id>]

-h - show help message
-l - list all selectable input sources
-V - print version number

If no arguments are specified, it prints the current input source.
If <input-source-id> is specified, it selects the specified input source.

How to build

git clone https://github.com/vovkasm/input-source-switcher.git
cd input-source-switcher
mkdir build && cd build
cmake ..
make
make install

How to develop with Xcode

cd input-source-switcher
mkdir xcode && cd xcode
cmake -G Xcode ..
open InputSourceSwitcher.xcodeproj

Author

Vladimir Timofeev

Licensing

This projected is licensed under the terms of the MIT license.

More Repositories

1

react-native-web-image

An image component for react-native with persistent disk and memory caching.
Java
147
star
2

go-sjson

Fast and simple JSON parser for Go
Go
21
star
3

react-native-stylable

Cascading styles for ReactNative
JavaScript
11
star
4

DemoCurrencies

Demo to facilitate clean design of ReactNative applications
TypeScript
11
star
5

mock-websocket

javascript library to mock websockets
TypeScript
8
star
6

jsc-android

Pre-build version of JavaScriptCore to be used by React Native apps
C++
5
star
7

rachota

My clone of Rachota (http://rachota.sourceforge.net). Rachota is a portable application for timetracking different projects.
Java
4
star
8

react-native-apple-wallet

Objective-C
3
star
9

data-binarybuffer

Perl module to effectively work with binary data.
C++
3
star
10

Class-Accessor-Inherited-XS

Fast XS inherited, object and class accessors
Perl
3
star
11

WxSharp

Try make wxWidgets bindings for .Net from scratch...
C#
3
star
12

perl-libevent

libevent2 bindings for Perl
C
2
star
13

react-native-certificate-check

Check certificate for validity
Objective-C
2
star
14

eslint-plugin-std

JavaScript
1
star
15

run-with-schedule

Cron for docker
Go
1
star
16

react-native-safe-area-plus

Objective-C
1
star
17

vovkasm-tslint-config

JavaScript
1
star
18

perl-Panda-NSS

Perl bindings to NSS library.
XS
1
star
19

RNUploadDemo

Demo react-native application that can upload files to remote server.
JavaScript
1
star
20

dbicx-txninsert

Allows DBIx-Class to wrap all inserts in the transaction
Perl
1
star
21

react-native-textinput-bug

Sample to demonstrate bug #18874
Objective-C
1
star
22

DBIx-RetryOverDisconnects

Release history of DBIx-RetryOverDisconnects
Perl
1
star
23

js-benchmarks

Various js benchmarks
JavaScript
1
star
24

vovkasm-eslint-config

Eslint config used by vovkasm
JavaScript
1
star
25

Catalyst-View-Component-SubInclude

Use subincludes in your Catalyst views (clone)
Perl
1
star
26

rn-ts-3.1.1

TypeScript
1
star