Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/puddinging/rime-cli

关于小狼毫输入法的一个小工具
https://github.com/puddinging/rime-cli

Last synced: 10 days ago
JSON representation

关于小狼毫输入法的一个小工具

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/puddinging/rime-cli)
# rime-cli

关于小狼毫输入法的一个小工具,可以使用其进行自定义词的添加

# 参数

* -f 文件路径
* -w 自定义词
* -c 自定义词的输入码
* -p 优先级,数字越大,优先级越高

# 使用方式

## 安装

1. 运行以下命令
`git clone https://github.com/puddinging/rime-cli.git`
2. 进入该目录
`cd ./rime-cli`
3. 安装进 `BOBIN` 目录,须将 `GOBIN` 目录添加进环境变量,添加教程可百度或 google
`go install`

## 使用方法
1. 如果 rime 输入法安装时用户路径为默认那么可以不指定 `-f` 参数,即
`rime-cli -w 自定义词 -c zdyc`
2. 如果默认用户路径,则需要指定自定义词库文件名称,例如
`rime-cli -w 自定义词 -c zdyc -p /Users/[userName]/Library/Rime/custom_phrase.txt`