logo
3
6
Login

style

A template for quickly initializing Rime. Since I use oh-my-zsh normally and get a similar feeling when using Rime, I named it oh-my-rime. You can also call it Mint IME or Mint.

If you encounter difficulties downloading, use the mirror repository pushed by GitHub Action:

  • oh-my-rime: https://cnb.cool/Mintimate/rime/oh-my-rime

Or, if you just want to download the Oh-my-rime without cloning the repository via Git, you can use the CNB automated pipeline packaged zip file when encountering download difficulties:

  • oh-my-rime.zip: https://cnb.cool/Mintimate/rime/oh-my-rime/-/releases/download/latest/oh-my-rime.zip

2025-07-09 Breaking Changes:

  • The dictionary has been switched from the Frost dictionary to the Wanxiang dictionary to enhance the Terra schema experience and improve compatibility with the Wanxiang model.
  • The pinyin files within the dictionary have been renamed to start with rime_mint for easier future maintenance.

Due to these breaking changes, the following issues still need to be addressed:

  • After switching to the Wanxiang dictionary, user dictionaries (.userdb) require script rewriting. Otherwise, tone marks will not display. Provide offline tools for user migration.
  • The conflict between the Wanxiang pre-editing script and the error correction script has been resolved, but the error correction style is now consistent with the Wanxiang dictionary style, making them indistinguishable. Consideration is being given to potential adjustments in the future.

Oh-my-rime guide

Rime configuration tutorial:

You have a QQ account, you can join the group chat(No Ads!): 703260572

It is strongly recommended to refer to the documentation ↗ for operation!!!

Project documentation CDN acceleration and security protection sponsored by Tencent EdgeOne.
Tencent EdgeOne

The input method scheme included:

  • Mint Pinyin (薄荷拼音) - Full Spelling Input: Full spelling input, suitable for the largest population, so it's the default input method.
  • Double Pinyin Fly( 小鹤双拼) - Mint Customized: Based on Double Pinyin Fly, with added customizations. Supports input of phonetic and shape (shape code) components.
  • Mint Pinyin (薄荷拼音) - Xiaohe Mixed Input: Supports Double Pinyin Fly input while in full spelling input mode.
  • Terra Pinyin - Mint Customized: Based on Terra Pinyin, with added customizations and extended massive word library.
  • Wubi 98 (五笔98) - XiaoZhu: A simplified version based on Wubi 98, looking forward to your contributions.
  • Wubi 86 (五笔86) - JiDian: A simplified version based on Wubi 86, looking forward to your contributions.

You can switch between input methods by pressing "Ctrl" + "~" after installation. (Mint Pinyin is activated by default).

Currently, Mint comes with two sets of skins: blue series and green series. You can freely choose to activate within the personalized configuration of Squirrel and Weasel , or you can use your own color matching (it is recommended to use custom to overwrite the mint configuration) (https://www.minitimate.cc/zh/guide /configurationOverride.html#%E4%BF%AE%E6%94%B9%E8%96%84%E8%8D%B7%E8%BE%93%E5%85%A5%E6%B3%95%E7% 9A%84%E9%85%8D%E7%BD%AE)).

Display effect

Install

The following tutorials are available for Linux, macOS and Windows (Xp~)

  1. Install Rime Input Method and log out or restart the computer;
  2. Download all the configuration files of this warehouse to the local rime configuration file;
  3. Redeploy Rime;
  4. Get started
  5. Make secondary modifications according to your own habits

Tips

The default address of the local rime configuration file is as follows

-Windows

  • Weasel: %APPDATA%\Rime -Mac OS X
  • Squirrel: ~/Library/Rime
  • Fcitx5 macOS: ~/.local/share/fcitx5/rime
  • Linux
    • iBus: ~/.config/ibus/rime
    • Fcitx5: ~/.local/share/fcitx5/rime
  • Fctix5 Android: /storage/emulated/0/Android/data/org.fcitx.fcitx5.android/files/data/rime/

The default address of the local rime log file is as follows: -Windows

  • Weasel: %TEMP% -Mac OS X
  • Squirrel: $TMPDIR
  • Linux -iBus:/tmp

If you need to use rime in trime with android, you can use oh-my-rime's theme by: Mint_light_blue and Mint_dark_blue

With the Hamster input method, how is the 9-grid input used?

Inside the Oh-my-rime, the 9-grid layout has been adapted from Hamster's 9-grid arrangement and the rime-ice's 9-grid. To utilize the 9-grid input, both the 9-grid scheme (set under Input Scheme settings) and the 9-grid layout (键盘设置 - 键盘布局 - 中文 9 键) need to be enabled simultaneously.

If you like to use Rime to type long sentences, it is strongly recommended to use it with a language model. Reference tutorial:

Configuration file description

  • default.yaml set the input method, how to switch the input method, turn the page, etc.
  • squirrel.yaml Mac version to set which software defaults to English input, input method skin, etc.
  • weasel.yaml Win version to set which software defaults to English input, input method skin, etc.

Most of the configuration files are commented. Cooperate with the tutorial: Configuration Overrides and Customization

Customization and Updates of Dictionaries

The dictionary directory dicts in this repository consists of the following:

Detailed explanation:

dicts ├── custom_simple.dict.yaml # Custom dictionary (recommended for user-added entries) ├── other_emoji.dict.yaml # Emoji dictionary ├── other_kaomoji.dict.yaml # Kaomoji dictionary (activated by pressing 'vv') ├── rime_ice.ext.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.cn_en.txt # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.en.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.en_ext.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.others.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_mint.base.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── rime_mint.chars.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── rime_mint.correlation.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── rime_mint.ext.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── wubi86_core.dict.yaml # Wubi 86 core dictionary └── wubi98_base.dict.yaml # Wubi 98 base dictionary For subsequent updates to the dictionaries, you can download the files inside the `dicts` directory of this repository and replace the existing files, except for the `custom_simple.dict.yaml` file. If you want to expand the dictionaries on your own, you can import them in the dictionary configuration file of your input method. For example, in the Mint Pinyin dictionary configuration file [rime_mint.dict.yaml](rime_mint.dict.yaml): ```yaml --- name: rime_mint # 注意name和文件名一致 version: "2025.07.06" sort: by_weight use_preset_vocabulary: false # 此处为 输入法所用到的词库,既补充拓展词库的地方 # 雾凇拼音词库,由Github Robot自动更新 import_tables: - dicts/custom_simple # 自定义 - dicts/rime_mint.chars # 单字词库(万象拼音词库基础版本) - dicts/rime_mint.base # 基础词库(万象拼音词库基础版本) - dicts/rime_mint.correlation # 关联词库(万象拼音词库基础版本) - dicts/rime_mint.ext # 联想词库(万象拼音词库基础版本) - dicts/other_kaomoji # 颜文字表情(按`VV`呼出) - dicts/rime_ice.others # 雾凇拼音 others词库(用于自动纠错) # 20240608 Emoji完全交由OpenCC,不再使用字典作为补充 # - dicts/other_emoji # Emoji(仅仅作为补充,实际使用一般是OpenCC生效) ...

Support

References/Acknowledgments

  1. Rime-RimeWithSchemata
  2. Rime/Xiaolanghao/Shuxuguan Input Method Configuration Notes
  3. rime-setting
  4. rime-ice | The long-term maintenance version of Simplified Chinese Characters
  5. rime-radical-pinyin | Rime Component-based Character Input Schemes (Full Spelling and Double Pinyin)
  6. rime-wubi86-jidian
  7. Extending RIME with Lua scripts
  8. rime-frost | Based on a remastered Rime-ice Pinyin, that is more pure, more accurate in word frequency, and more intelligent.
  9. Rime-Wanxiang | A powerful Chinese Pinyin input method

Especially rime-ice, this solution project, a large number of references to rime-ice. For the word library part, use Python to synchronize the basic word library of rime-ice and enable the ext extension word library that rime-ice does not enable by default.

Other Recommended

The vocabulary of oh-my-rime: ① Starting from 2024-07-29, the pinyin vocabulary uses the frost vocabulary, previously using the terra pinyin vocabulary; ② Starting from 2025-07-09, the vocabulary uses the myriad pinyin vocabulary.

Star History

Star History Chart

Contributors ✨

About

The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572

277.93 MiB
3 forks6 stars1 branches2 TagREADMEGPL-3.0 license