https://github.com/tuberry/ibus-tweaker
Tweaker of IBus for theme, font, input mode and clipboard history.
https://github.com/tuberry/ibus-tweaker
Last synced: about 1 month ago
JSON representation
Tweaker of IBus for theme, font, input mode and clipboard history.
- Host: GitHub
- URL: https://github.com/tuberry/ibus-tweaker
- Owner: tuberry
- License: gpl-3.0
- Created: 2020-04-01T03:53:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T12:05:44.000Z (7 months ago)
- Last Synced: 2024-10-28T01:11:56.595Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 322 KB
- Stars: 40
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- stars - tuberry/ibus-tweaker
README
# ibus-tweaker
Tweaker of IBus in GNOME Shell for theme, font, input mode and clipboard history.
> 狙公赋芧曰朝三而暮四。众狙皆怒。曰然则朝四而暮三。众狙皆悦。 —— *《庄子·齐物论》*\
[![license]](/LICENSE.md)## Installation
### Manual
The latest and supported version should only work on the most current stable version of GNOME Shell.
```bash
git clone https://github.com/tuberry/ibus-tweaker.git && cd ibus-tweaker
meson setup build && meson install -C build
# meson setup build -Dtarget=system && meson install -C build # system-wide, default --prefix=/usr/local
```For older versions, it's recommended to install via:
### E.G.O
[
][EGO]
## Features

**Clipboard history**:
https://user-images.githubusercontent.com/17917040/139533759-a5ebe54c-2fca-4006-9257-850877268499.mp4
*Tips*: press DELETE to delete and \\ to merge entries.
## Contributions
Feel free to open an issue or PR in the repo for any question or idea.
### Translations
To update the po file from sources:
```bash
bash ./cli/update-po.sh [your_lang_code] # like zh_CN, default to $LANG
```### Developments
To install GJS TypeScript type [definitions](https://www.npmjs.com/package/@girs/gnome-shell):
```bash
npm install @girs/gnome-shell --save-dev
```## Acknowledgements
* [ibus-font-setting](https://extensions.gnome.org/extension/1121/ibus-font-setting/): font setting
* [python-pinyin](https://github.com/mozillazg/python-pinyin): gen pinyin [initials](/gen-initials.py)[EGO]:https://extensions.gnome.org/extension/2820/ibus-tweaker/
[license]:https://img.shields.io/badge/license-GPLv3+-green.svg