This small utility for macOS allows you to easily switch input sources from the command line. Its main purpose is to be used as a service in the vim-xkbswitch plugin.
This small utility for macOS allows you to easily switch input sources from the command line. Its main purpose is to be used as a service in the vim-xkbswitch plugin.
To install input-source-switcher, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install input-source-switcher
To see what files were installed by input-source-switcher, run:
port contents input-source-switcher
To later upgrade input-source-switcher, run:
sudo port selfupdate && sudo port upgrade input-source-switcher
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.