mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
__fish_complete_suffix: complete all files, but sort files with matching suffix first
See #7040 and others.
This commit is contained in:
@@ -83,7 +83,7 @@ Functions beginning with the string ``__fish_print_`` print a newline separated
|
||||
|
||||
- ``__fish_complete_pids`` prints a list of all processes IDs with the command name as description.
|
||||
|
||||
- ``__fish_complete_suffix SUFFIX`` performs file completion allowing only files ending in SUFFIX, with an optional description.
|
||||
- ``__fish_complete_suffix SUFFIX`` performs file completion but sorts files ending in SUFFIX first. This is useful in conjunction with ``complete --keep-order``.
|
||||
|
||||
- ``__fish_complete_users`` prints a list of all users with their full name as description.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user