https://github.com/fcitx/libime-web
A naive web interface for libime
https://github.com/fcitx/libime-web
Last synced: 9 days ago
JSON representation
A naive web interface for libime
- Host: GitHub
- URL: https://github.com/fcitx/libime-web
- Owner: fcitx
- Created: 2017-09-14T06:58:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T15:30:37.000Z (almost 6 years ago)
- Last Synced: 2025-10-27T12:33:53.070Z (9 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LibIMEWeb
===========================
A simple web interface to libime using Cutelyst.
```
mkdir build
cmake ..
cd ..
cutelyst -r --server --app-file $PWD/build/src/libLibIMEWeb.so
```