https://github.com/ryu-ryuk/kaomoji-picker
https://github.com/ryu-ryuk/kaomoji-picker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu-ryuk/kaomoji-picker
- Owner: ryu-ryuk
- Created: 2025-03-31T20:20:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T19:05:13.000Z (about 1 year ago)
- Last Synced: 2025-04-03T20:22:32.138Z (about 1 year ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaomoji-Picker (^v^)
A lightning-fast kaomoji selector for Linux using Rofi, with clipboard integration. Perfect for streamers, chat enthusiasts, and anyone who loves Japanese emojis!
https://github.com/user-attachments/assets/d88f3ef6-1a73-4f57-88bc-018c22bfef6b
## Features (´w`*)
- **Grid Layout** - Beautiful 4-column display for easy selection
- **Clipboard Integration** - Instantly copy selected kaomojis
- **Custom Themes** - Easy Rofi theme customization
- **JSON Configuration** - Simple category management
- **Cross-Desktop Support** - Works with Wayland (`wl-copy`) and X11 (`cliphist`)
---
### Installation (∂△∂;)
1. Clone repository
```sh
git clone https://github.com/yourusername/kaomoji-picker.git
cd kaomoji-picker
```
2. Build with Rust
```sh
cargo build --release
```
3. Install system-wide
```sh
sudo cp target/release/kaomoji-picker /usr/local/bin/
```
---
LICENSE