summaryrefslogtreecommitdiff
path: root/shell/completion.bash
AgeCommit message (Expand)Author
2025-06-08[bash,zsh] Separate common functions into "shell/common.sh"Koichi Murase
2025-06-08[bash,zsh] Work around mawk 1.3.3-20090705 not supporting the POSIX bracketsKoichi Murase
2025-06-08[bash,zsh] Work around Solaris awk, which is non-standardKoichi Murase
2025-06-08[bash,zsh] Work around a quirk of macOS awkKoichi Murase
2025-06-05[bash,zsh] Reduce the number of fork & execKoichi Murase
2025-06-03[bash] Set shell options for pathname expansion "~/.ssh/config.d/*" (#4405)Koichi Murase
2025-05-30[bash] Fix 'complete' errors when IFS is newlineJunegunn Choi
2025-05-10bash: set keybinding right before printing special character (#4377)Ajeet D'Souza
2025-03-17[bash] Fix $FZF_COMPLETION_{DIR,PATH}_OPTS to support non-trivial argumentsJunegunn Choi
2025-01-28Enhance --min-height option to take number followed by +Junegunn Choi
2025-01-27[completion] Replace 'tr' with built-in string substitutionJunegunn Choi
2025-01-27Enhance click-header eventJunegunn Choi
2025-01-26[completion] Make kill completion header clickableJunegunn Choi
2024-10-15Use eval to evaluate $post variable as command. (#4023)Thomas Martitz
2024-09-23[bash] Fix infinite retry loop for completion setting without "-F func" (#4004)Koichi Murase
2024-08-22[bash] Revert skipping setting up fuzzy path completionJunegunn Choi
2024-08-11[bash] Enable fuzzy path completion for all commands (#3958)Junegunn Choi
2024-08-07fix: Add fallback for cygwin ps (#3955)Eduardo D Sanchez
2024-07-08[bash] Add code to the default list of programs to support completionJunegunn Choi
2024-07-06[completion] Use --wrap option in process completionJunegunn Choi
2024-06-03Add new options to bash completionJunegunn Choi
2024-05-09chore: Update flags to include long-form options for case (#3785)LangLangBart
2024-05-07[shell] Add $FZF_COMPLETION_{DIR,PATH}_OPTSJunegunn Choi
2024-04-27[completion] Add undocumented bash variables for completion commandsJunegunn Choi
2024-04-25Make completion.bash load fasterJunegunn Choi
2024-04-19Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)Junegunn Choi
2024-04-10[shell] Revert interactiveness checks for evalJunegunn 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 commandsJunegunn Choi
2024-03-29[bash-completion] Make dynamic loader return 124 to retry completionJunegunn Choi
2024-03-17[bash] Fix default completion of unset, unalias, etcJunegunn Choi
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2024-03-13[bash] Fix regression in dynamic completionJunegunn Choi
2024-03-10[bash] Update orig_complete after _completion_loaderKoichi 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 sshJunegunn Choi
2023-10-13[bash] Remove implicit bash-completion dependencyJunegunn Choi
2023-10-12[bash] statically define __fzf_list_hosts() with either methodChristoph Anton Mitterer
2023-10-12[bash] try to use bash-completions’s _known_hosts_real() for getting hostnamesChristoph Anton Mitterer
2023-10-12[shell] make `__fzf_list_hosts()` definable by the userChristoph Anton Mitterer
2023-10-12[shell] move username prefixing code where neededChristoph Anton Mitterer
2023-10-12[shell] don’t print error on non-existent SSH filesChristoph 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-09Improve 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