1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-08-21 18:02:57 +02:00
aerc/commands
Jakub Růžička 1996098b9d ui: list exact matches first when filtering
If the fuzzy-complete option is used, then list strings containing exact
match first followed by the fuzzy matches.

Changelog-changed: Results of filtering when `fuzzy-complete` is
 enabled list exact matches first.
Signed-off-by: Jakub Růžička <jakub.ruzicka@matfyz.cz>
Tested-by: Karel Balej <balejk@matfyz.cz>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-08-04 12:48:51 +02:00
..
account chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
compose chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
mode lint: simplify code (gosimple) 2022-08-04 21:57:52 +02:00
msg unsubscribe: validate DKIM signatures before parsing unsubscribe links 2025-08-04 12:48:13 +02:00
msgview app: expose toggle-headers command for open split 2025-06-20 09:01:57 +02:00
patch completion: add command option descriptions 2024-10-23 10:22:51 +02:00
testdata completion: complete paths with FilterList 2024-10-27 10:15:08 +01:00
cd.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
choose.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
close.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
commands.go compose: differentiate between edit and review commands 2025-01-14 15:00:56 +01:00
completion_helpers.go ui: make flag values consistent lower case 2025-03-30 23:12:39 +02:00
completion_helpers_test.go commands: add OptionsProvider and OptionCompleter 2023-05-16 13:39:17 +02:00
ct.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
echo.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
eml.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
exec.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
help.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
history.go history: read the history file from XDG_STATE_HOME 2024-10-24 22:13:51 +02:00
menu.go menu: do not show warning when no command is provided 2025-05-21 18:30:42 +02:00
move-tab.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
new-account.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
next-tab.go commands: allow positional arguments starting with "-" 2025-03-31 16:35:54 +02:00
pin-tab.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
prompt.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
pwd.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
quit.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
redraw.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
reload.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
send-keys.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
suspend.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
term.go term: allow setting custom title for the terminal tab 2025-05-05 13:49:04 +02:00
util.go ui: list exact matches first when filtering 2025-08-04 12:48:51 +02:00
util_test.go completion: complete paths with FilterList 2024-10-27 10:15:08 +01:00
version.go commands: add version command 2025-02-20 23:09:47 +01:00
z.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00