A Raycast extension that provides real-time character suggestions for English input using the Google InputTools API.
- Real-time Suggestions: Get instant character suggestions as you type in English.
- Pagination & Shortcuts: Navigate suggestions with arrow keys and select quickly using number keys (1-6).
- Mixed Input: Seamlessly combine Chinese characters with English text.
- Smart Parsing: Only English parts of your input trigger new suggestions.
- Copy to Clipboard: Press Enter to copy the entire mixed text to your clipboard.
- Clone: Clone this repository.
- Install Dependencies: Run
npm installin the extension directory. - Import to Raycast: Run
npm run devto start the development.
- Open Raycast and search for "Input Tools".
- Type English characters to get Chinese suggestions.
- Press 1-6 to select a suggestion and add it to your input.
- Continue typing English for more suggestions.
- Press Enter to copy (and paste) the final text to your clipboard.
- Copy Mode: Choose between "Copy" and "Copy & Paste".
- Simplified Chinese: Enable to convert the final text to simplified Chinese.
GPL-3.0-only License.