An open API service indexing awesome lists of open source software.

https://github.com/ryu-ryuk/kaomoji-picker


https://github.com/ryu-ryuk/kaomoji-picker

Last synced: about 1 year ago
JSON representation

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