This commit is contained in:
Never Gude 2026-03-26 23:10:37 +01:00
parent 7f859b3305
commit 62df19e39f
7 changed files with 30 additions and 9 deletions

View file

@ -21,5 +21,5 @@ function menu --description 'Opens a menu of a list of Strings and writes the re
set -a fuzzel_args "--index"
end
string join -- \n $argv | fuzzel --dmenu $fuzzel_args
string unescape (string join -- \n $argv) | fuzzel --dmenu $fuzzel_args
end