This commit is contained in:
Never Gude 2026-03-08 23:06:13 +01:00
parent 40fa47aa34
commit 78faa96e1f
11 changed files with 313 additions and 21 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 -l (count $argv) $fuzzel_args || exit 0
string join -- \n $argv | fuzzel --dmenu $fuzzel_args
end