index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
completion.bash
Age
Commit message (
Expand
)
Author
2024-07-08
[bash] Add code to the default list of programs to support completion
Junegunn Choi
2024-07-06
[completion] Use --wrap option in process completion
Junegunn Choi
2024-06-03
Add new options to bash completion
Junegunn Choi
2024-05-09
chore: Update flags to include long-form options for case (#3785)
LangLangBart
2024-05-07
[shell] Add $FZF_COMPLETION_{DIR,PATH}_OPTS
Junegunn Choi
2024-04-27
[completion] Add undocumented bash variables for completion commands
Junegunn Choi
2024-04-25
Make completion.bash load faster
Junegunn Choi
2024-04-19
Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)
Junegunn Choi
2024-04-10
[shell] Revert interactiveness checks for eval
Junegunn Choi
2024-04-04
[bash] Add -o nospace to dir completion options (#1987)
Junegunn Choi
2024-04-04
[bash] Remove -o default from dir completion options (#1987)
Junegunn Choi
2024-04-04
[bash] Fix variable completion of directory-related commands
Junegunn Choi
2024-03-29
[bash-completion] Make dynamic loader return 124 to retry completion
Junegunn Choi
2024-03-17
[bash] Fix default completion of unset, unalias, etc
Junegunn Choi
2024-03-13
Add walker options and replace 'find' with the built-in walker (#3649)
Junegunn Choi
2024-03-13
[bash] Fix regression in dynamic completion
Junegunn Choi
2024-03-10
[bash] Update orig_complete after _completion_loader
Koichi Murase
2024-03-10
[bash] Refactor access to "_fzf_orig_complete_${cmd//[^A-Za-z0-9_]/_}"
Koichi Murase
2023-10-29
[completion] Handle all hostaliases in /etc/hosts (#3495)
akdevservices
2023-10-19
[bash] Preserve existing completion for ssh
Junegunn Choi
2023-10-13
[bash] Remove implicit bash-completion dependency
Junegunn Choi
2023-10-12
[bash] statically define __fzf_list_hosts() with either method
Christoph Anton Mitterer
2023-10-12
[bash] try to use bash-completions’s _known_hosts_real() for getting hostnames
Christoph Anton Mitterer
2023-10-12
[shell] make `__fzf_list_hosts()` definable by the user
Christoph Anton Mitterer
2023-10-12
[shell] move username prefixing code where needed
Christoph Anton Mitterer
2023-10-12
[shell] don’t print error on non-existent SSH files
Christoph Anton Mitterer
2023-10-11
[bash] Use `command` to “protect” further commands (#3462)
Christoph Anton Mitterer
2023-10-11
[bash] bring fzf’s own bash completion up to date (#3471)
Christoph Anton Mitterer
2023-10-09
Improve interactiveness checks (#3449)
Christoph Anton Mitterer
2023-10-04
[shell] Avoid side-effects during eval (#3459)
Junegunn Choi
2023-10-02
[bash] Don’t print function definition when checking for existence (#3448)
Christoph Anton Mitterer
2023-10-02
[completion] Prevent running a command during 'eval'
Junegunn Choi
2023-09-19
[shell] Use --scheme=path when appropriate
Junegunn Choi
2023-09-18
Basic context-aware completion for ssh command (#3424)
Timofei Bredov
2023-04-01
[shell] Update kill completion
Junegunn Choi
2023-03-27
Add bat to bash autocomplete commands (#3223)
Sten Arthur Laane
2023-02-12
[bash] Enable environment variable completion for printenv
Junegunn Choi
2023-01-23
Add Helix editor to bash autocompletion (#3137)
Nachum Barcohen
2022-10-16
[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)
John Fred Fadrigalan
2022-09-10
[bash] Fix completion of var or alias containing newlines (#2952)
knutze
2022-08-22
[completion] Remove extra trailing slash on directory completion
Junegunn Choi
2022-08-03
[completion] ssh: Remove values with '%' (#2548)
lbesnard
2022-07-29
[bash] Fix 'possible retry loop' problem of bash-completion (#2891)
Bob Matcuk
2022-07-21
[shell] 'kill' completion will now require trigger sequence (**)
Junegunn Choi
2022-07-15
[bash] Fix `fzf-tmux` to have `fzf`'s completion (#2871)
Jonathan Zacsh
2021-11-03
[bash] Suppress error message from 'bind'
Junegunn Choi
2021-08-15
always use [[ ... ]] and not [ ... ] in bash completions
a1346054
2021-01-01
[shell] Disable CTRL-Z
Junegunn Choi
2020-11-14
[bash-completion] Fix endless loop when completion.bash sourced twice
Tomas Janousek
2020-11-13
[bash-completion] Unexport _fzf_orig_completion_* variables
Tomas Janousek
[next]