https://github.com/fcitx/fcitx5-fbterm
fcitx-term 为 fcitx5 的重构
https://github.com/fcitx/fcitx5-fbterm
Last synced: 10 months ago
JSON representation
fcitx-term 为 fcitx5 的重构
- Host: GitHub
- URL: https://github.com/fcitx/fcitx5-fbterm
- Owner: fcitx
- Created: 2021-12-25T03:20:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T04:06:21.000Z (about 1 year ago)
- Last Synced: 2025-05-20T05:22:08.785Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 92.8 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/GPL-3.0-or-later.txt
Awesome Lists containing this project
README
# fcitx5-fbterm
FbTerm input method frontend for [fcitx5](https://github.com/fcitx/fcitx5)
## Install
### ArchLinux
[fcitx5-fbterm-git(AUR)](https://aur.archlinux.org/packages/fcitx5-fbterm-git/)
### Other
See [Build](#Build)
## Build
### Dependances
- glib2
- fcitx5
- fcitx5-gtk
- cmake
- make
### Comple
```shell
git clone https://github.com/fcitx/fcitx5-fbterm
mkdir fcitx5-fbterm/build
cd fcitx5-fbterm/build
cmake ..
make
make install
```
## Usage
First you need to have a running fcitx5. If you are already using systemd, it is likely that dbus session is already configured.
If you already have a running fcitx5 under graphics display, it is possible that fcitx5-fbterm can use that directly.
```
fbterm -i fcitx5-fbterm
```
FCITX5_FBTERM_BACKGROUND and FCITX5_FBTERM_FOREGROUND environment variables can be used to set the color.