freefelt / YouType

Input method helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouType for macOS

Can display the current keyboard layout in the status bar as flags in macOS 12.4+

Screenshot1.png Donate | Feedback | Reviews / references | Download | YouType for Windows | Страница доступна на: русском

YouType is a cool app that will allow you to work on your computer more efficiently and save your nerves. When you hover your mouse cursor over any text field, YouType shows you the current keyboard layout as a flag next to the pointer. You will see the current language at the location on the screen where you are working just before you enter the text. It is incredibly convenient! This will allow you to commit fewer typing errors and not waste time on a fix already printed.

Also YouType will be useful when working in full-screen mode, when indicator of the current keyboard layout is hidden. The indicator next to the cursor in the right place will tell you what keyboard layout is now selected.

Installation / Uninstallation

Using Homebrew

To install YouType open Terminal.app and run the command:

brew install youtype --no-quarantine

--no-quarantine param is to avoid a Gatekeeper popup on first launch (optional).

To uninstall:

brew uninstall youtype --zap

--zap param is to remove app settings and cache (optional).

Using scripts

To install YouType open Terminal.app and run the command:

/bin/bash -c "$(curl -fsSL https://github.com/freefelt/YouType/raw/main/Scripts/Installer.sh)"

To uninstall:

/bin/bash -c "$(curl -fsSL https://github.com/freefelt/YouType/raw/main/Scripts/Uninstaller.sh)"

If you want to run a script non-interactively, you can use option NONINTERACTIVE=1 before the commands:

NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL http...

About

Input method helper


Languages

Language:Shell 67.4%Language:HTML 32.6%