summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Expand)Author
8 days[completion] Add undocumented bash variables for completion commandsJunegunn Choi
10 daysMake completion.bash load fasterJunegunn Choi
2024-04-19Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)Junegunn Choi
2024-04-17fix: Move 'emulate' command outside interactive check (#3736)LangLangBart
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-31[fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluatedJunegunn Choi
2024-03-31[shell] Make ALT-C use the absolute path to the selected directory (#3688)Emilio Vesprini
2024-03-29[bash-completion] Make dynamic loader return 124 to retry completionJunegunn Choi
2024-03-19[fish] Fix Ctrl-T and Alt-C not using last token as search root (#3684)zeertzjq
2024-03-17Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)Eli Barzilay
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
2024-01-20[zsh] Handle '*' suffix in history line numbersJunegunn Choi
2024-01-05[zsh] Make CTRL-R compatible with accept-or-print-query (#3557)danztran
2023-10-29[completion] Handle all hostaliases in /etc/hosts (#3495)akdevservices
2023-10-19[bash] Preserve existing completion for sshJunegunn Choi
2023-10-14[zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465)LangLangBart
2023-10-13[fish] exit as well when called from non-interactive shell (#3467)Christoph Anton Mitterer
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-07[bash] Improve mawk detection (#3463)step
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-27[bash] CTRL-R on bash 3: Use backticks to avoid delayJunegunn Choi
2023-09-24[shell] don’t needlessly escape `.` in shell patternChristoph Anton Mitterer
2023-09-22[bash] History, use perl if installed otherwise awk (#3313)step
2023-09-19[shell] Use --scheme=path when appropriateJunegunn Choi
2023-09-18Basic context-aware completion for ssh command (#3424)Timofei Bredov
2023-08-18[bash] Disable pipefail in command substitutionJunegunn Choi
2023-04-01[shell] Update kill completionJunegunn Choi
2023-03-27Add bat to bash autocomplete commands (#3223)Sten Arthur Laane
2023-02-12[bash] Enable environment variable completion for printenvJunegunn Choi
2023-01-23Add 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-20[fish] Do not use `builtin cd`Junegunn Choi
2022-09-10[bash] Fix completion of var or alias containing newlines (#2952)knutze