summaryrefslogtreecommitdiff
path: root/shell/completion.zsh
AgeCommit message (Expand)Author
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-12-03chore: completion test command sequence (#4115)LangLangBart
2024-11-14fix(zsh): handle backtick trigger edge case (#4090)LangLangBart
2024-11-12Fix zsh $+name syntax does not work with setopt ksh_arrays (#4084)林千里
2024-11-10Enhance command extraction in zsh completion (#4082)LangLangBart
2024-08-07fix: Add fallback for cygwin ps (#3955)Eduardo D Sanchez
2024-07-06[completion] Use --wrap option in process completionJunegunn Choi
2024-07-05[zsh] Fix backslash escaping (#3909)Junegunn Choi
2024-06-28[zsh] Fix completion error on openSUSE TumbleweedJunegunn Choi
2024-06-19Remove comment in command substitution (#3875)Hexin
2024-06-13chore(shell): Separate declaration and assignment for zsh legacy versions (#3...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-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-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2023-10-29[completion] Handle all hostaliases in /etc/hosts (#3495)akdevservices
2023-10-14[zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465)LangLangBart
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-09Improve interactiveness checks (#3449)Christoph Anton Mitterer
2023-10-04[shell] Avoid side-effects during eval (#3459)Junegunn Choi
2023-10-02[completion] Prevent running a command during 'eval'Junegunn Choi
2023-09-19[shell] Use --scheme=path when appropriateJunegunn Choi
2023-09-18Basic context-aware completion for ssh command (#3424)Timofei Bredov
2023-04-01[shell] Update kill completionJunegunn Choi
2022-10-16[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)John Fred Fadrigalan
2022-08-22[completion] Remove extra trailing slash on directory completionJunegunn Choi
2022-08-03[completion] ssh: Remove values with '%' (#2548)lbesnard
2022-07-21[shell] 'kill' completion will now require trigger sequence (**)Junegunn Choi
2021-01-13[zsh] Properly reset prompt after completion (#2318)Ruslan Sayfutdinov
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
2020-10-06[completion] Make host completion handle source files without EOLElvan Owen
2020-04-18[completion] Make kill completion more consistent with the othersJunegunn Choi
2020-04-13[zsh-completion] Fix error with backslash-prefixed commandsJunegunn Choi
2020-04-03[fzf-tmux] Split zsh variable expansion for old zshJunegunn Choi
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-03-30[zsh] Ensure that fzf code always parses the same way (#1944)Roman Perepelitsa
2020-03-24[zsh-completion] Fix a bug where _fzf_complete did not iterate through args (...Chitoku
2020-03-11Fuzzy completions: removed leftover debug echo (#1921)Jakub Łuczyński
2020-03-11Change custom fuzzy completion APIJunegunn Choi
2020-03-07[completion] Use file redirection instead of pipeJunegunn Choi
2020-02-20[completion] Allow users to customize fzf options via _fzf_comprunJunegunn Choi
2020-01-19[zsh-completion] Fix quoting/splitting issues (#1820)Chitoku