Git Product home page Git Product logo

rime-flypy's Introduction

小鹤音形 Rime 挂接 For Linux

小鹤音形官方提供的 MacOS 版本的挂接文件的搬运,加上一些补丁,可以直接在 Linux 系统上挂接使用。

fcitx5 码表

安装方式

从 AUR 获取

对于 Arch Linux 用户,可以直接在 AUR 获取:

假设你使用的 AUR Helper 是 yay

yay -S rime-flypy

手动安装

其他 Linux 发行版可以下载仓库中的内容放置在 Rime 的系统资料夹 /usr/share/rime-data 或用户资料夹下。不同的发行版和输入法可能不一样。

以下给出可能的安装方式:

安装官方预编译的 bin 文件

make install-bin

从提取的词典文件编译后安装

Debian / Ubuntu
apt install librime-bin librime-data
debian-rime-processor default
make install
Arch
pacman -S librime
# Link essentials
for _f in $(pacman -Qql rime-prelude | grep -v "/$"); do ln -sf $_f; done
make && make install

使用方式

在 Rime 的用户资料夹中开启输入方案并重新部署即可使用。

例如 fcitx5-rime 用户,在 ~/.local/share/fcitx5/rime 中编辑 default.custom.yaml

patch:
  schema_list:
    - schema: flypy

或者在用户资料夹下使用以下命令:

rime_deployer --add-schema flypy
rime_deployer --build $(pwd) /usr/share/rime-data

如果想要为当前用户修改用户词库 flypy_{sys,top,user}.txt,只需要复制一份到用户目录下编辑即可。获取更新时不会更新用户资料夹下的文件,更新后请注意检查。

简字补全

相当于 windows 版 oqm,码表位于 /usr/share/rime-data/flypy_full,如需使用可以将其链接到用户目录下:

ln -s /usr/share/rime-data/flypy_full/flypy_full.txt ~/.local/share/fcitx5/rime/

Issue

If you have any questions, please open an issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.