Skip to content

Instantly share code, notes, and snippets.

View ste1ee-dot's full-sized avatar

Stefan ste1ee-dot

  • 21:11 (UTC +02:00)
View GitHub Profile
@ste1ee-dot
ste1ee-dot / emoji.bash
Last active March 29, 2025 16:38 — forked from tombh/emoji.bash
A homemade emoji picker
# Dependencies: `uni`, `kitty`, `wtype` or `xdotool`, `fzf`, `wl-clipboard` or `xclip`
# `uni` project: https://github.com/arp242/uni
# Usage: `chmod a+x emoji.bash`, then run the script whenever you need to pick emojis
SCRIPT_DIR=$(dirname "$(realpath "$0")")
export EMOJI_CHAR_PATH="/tmp/unicode_result-$USER.txt"
touch "$EMOJI_CHAR_PATH"
if [ -n "$WAYLAND_DISPLAY" ]; then