From b97c09828dd6294bb357ab401da4708d255bc016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 28 Nov 2023 10:53:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20support=20for=20fuzzel=20desk?= =?UTF-8?q?top=20executor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fuzzel is a wayland-native picker which support dmenu-like picking based on standard input. --------- Co-authored-by: Marty Oehme --- CHANGELOG.md | 1 + README.md | 2 +- bemoji | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9b5da..75d5b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Add default support for `fuzzel` wayland-native picker tool - Add default support for `ilia` gtk-based picker tool, used by default in Regolith Linux - Pass through return code 1 from selection tool - (!) Number of displayed recent emoji can be set with `-P` option: diff --git a/README.md b/README.md index a946f9b..312672c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Will remember your favorite emojis and give you quick access. ### Dependencies -* One of `bemenu`, `wofi`, `rofi`, `dmenu`, or supplying your own picker. +* One of `bemenu`, `wofi`, `rofi`, `dmenu`, `ilia`, `fuzzel` or supplying your own picker. * One of `wl-copy`, `xclip`, `xsel` or supplying your own clipboard tool. * One of `wtype`, `xdotool` or supplying your own typing tool. * `sed`, `grep`, `cut`, `sort`, `uniq`, `tr`, `curl` if using the download functionality. diff --git a/bemoji b/bemoji index a3fd400..7574a4d 100755 --- a/bemoji +++ b/bemoji @@ -26,6 +26,7 @@ declare -A default_pickers=( ["rofi"]="rofi -p 🔍 -i -dmenu --kb-custom-1 "Alt+1" --kb-custom-2 "Alt+2"" ["dmenu"]="dmenu -p 🔍 -i -l 20" ["ilia"]="ilia -n -p textlist -l 'Emoji' -i desktop-magnifier" + ["fuzzel"]="fuzzel -d -p 🔍" ) # Report usage