Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crumblingstatue/simplekanainput
Simple kana input that copies to clipboard, no dbus and other tricky stuff
https://github.com/crumblingstatue/simplekanainput
Last synced: about 2 months ago
JSON representation
Simple kana input that copies to clipboard, no dbus and other tricky stuff
- Host: GitHub
- URL: https://github.com/crumblingstatue/simplekanainput
- Owner: crumblingstatue
- License: apache-2.0
- Created: 2023-04-18T21:03:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:30:57.000Z (2 months ago)
- Last Synced: 2024-10-26T02:24:57.645Z (2 months ago)
- Language: Rust
- Size: 23.1 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# simplekanainput
Simple kana input that copies its output to the clipboard.
Provides kanji suggestions as well as dictionary info.
![image](https://github.com/crumblingstatue/simplekanainput/assets/1521976/f9797f6c-9df2-4103-a2ce-8e9621d46f1c)
## Platform support
It is tested on Linux, and there is a web version at .
Currently no one is testing it on Windows or Mac OS, so I can't promise anything about them.## Building
There are two backends, `backend-sfml` and `backend-eframe`.
Currently, `backend-eframe` is the default.`backend-sfml` requires
[SFML](https://github.com/jeremyletang/rust-sfml?tab=readme-ov-file#requirements).## Usage
Set a shortcut key on your system to open simplekanainput, to have quick access to it.
To copy the output to the clipboard and close the window, press `ctrl+enter`.
simplekanainput will stay open in the background, waiting for an IPC message.
If you invoke simplekanainput with your shortcut key or otherwise, the window will open again.### Help
See [Help.md](./Help.md).