https://github.com/fcitx/fcitx5-lua
https://github.com/fcitx/fcitx5-lua
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcitx/fcitx5-lua
- Owner: fcitx
- Created: 2020-03-31T19:52:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T06:30:03.000Z (12 months ago)
- Last Synced: 2025-06-16T07:34:24.784Z (12 months ago)
- Language: C++
- Size: 159 KB
- Stars: 26
- Watchers: 7
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSES/LGPL-2.1-or-later.txt
Awesome Lists containing this project
README
fcitx5-lua
=====================================================
Lua support for fcitx.
[](https://jenkins.fcitx-im.org/job/fcitx5-lua/)
[Documentation](https://fcitx.github.io/fcitx5-lua/index.html)
It tries to support lua in fcitx in two ways.
1. An addon loader for lua, which supports Type=Lua addon.
2. The googlepinyin api, which is provided by imeapi addon. You may put your
lua file under $HOME/.local/share/fcitx5/lua/imeapi/extensions to make the
addon find your scripts.