-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
czyt
committed
Nov 9, 2024
1 parent
aa5c91e
commit ea88114
Showing
1 changed file
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# rime-deploy | ||
rime deploy tool in c | ||
|
||
A command-line tool for deploying RIME Input Method Engine configurations, written in C. | ||
|
||
## Features | ||
|
||
- Automatic installation of RIME input method | ||
- Configuration backup and restore | ||
- Rime-ice configuration deployment | ||
- Custom configuration support | ||
- Cross-platform support (Windows, macOS, Linux) | ||
- Interactive configuration setup | ||
- Detailed logging | ||
|
||
## Prerequisites | ||
|
||
- Git | ||
- GCC or compatible C compiler | ||
- Make | ||
|
||
### Platform-specific Requirements | ||
|
||
- **macOS**: Homebrew | ||
- **Linux**: apt/dnf package manager | ||
- **Windows**: Manual RIME installation required | ||
|
||
## Building | ||
|
||
```bash | ||
mkdir -p build | ||
make | ||
|
||
## reference | ||
|
||
- [rime-auto-deploy](https://github.com/Mark24Code/rime-auto-deploy) | ||
- [雾凇拼音](https://github.com/iDvel/rime-ice) |