Skip to content

cockscomb/tis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tis

Text Input Sources CUI for macOS

Typical usages

List enabled keyboard input sources

$ tis list
com.apple.inputmethod.Kotoeri.Japanese
com.apple.inputmethod.Kotoeri.Roman

Print the current selected input source

$ tis current
com.apple.inputmethod.Kotoeri.Roman

Select input sources

$ tis select com.apple.inputmethod.Kotoeri.Japanese
$ tis current
com.apple.inputmethod.Kotoeri.Japanese

Installation

Building yourself

$ cd tis
$ swift build -c release
$ cp .build/release/tis ~/bin/tis

About

Text Input Sources CUI for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages