summaryrefslogtreecommitdiffstats
path: root/shell/completion.bash
AgeCommit message (Expand)Author
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
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
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-10[bash] Fix completion of var or alias containing newlines (#2952)knutze
2022-08-22[completion] Remove extra trailing slash on directory completionJunegunn 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-15always use [[ ... ]] and not [ ... ] in bash completionsa1346054
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
2020-11-14[bash-completion] Fix endless loop when completion.bash sourced twiceTomas Janousek
2020-11-13[bash-completion] Unexport _fzf_orig_completion_* variablesTomas Janousek
2020-11-13[bash-completion] Optimize __fzf_orig_completion_filterTomas Janousek
2020-11-13[bash-completion] Move -F/_fzf filter to __fzf_orig_completion_filterTomas Janousek
2020-11-13[bash-completion] Avoid empty _a, _v completionsTomas Janousek
2020-10-06[completion] Make host completion handle source files without EOLElvan Owen
2020-04-18Remove dead codeJunegunn Choi
2020-04-18[completion] Make kill completion more consistent with the othersJunegunn 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-11Change custom fuzzy completion APIJunegunn Choi
2020-03-07[completion] Use file redirection instead of pipeJunegunn Choi
2020-02-20[bash] Strip trailing whitespace on kill completionJunegunn Choi
2020-02-20[completion] Allow users to customize fzf options via _fzf_comprunJunegunn Choi
2020-02-19[bash-completion] Minor optimizationJunegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2019-12-20[bash-completion] Fix default alias/variable completionJunegunn Choi
2019-12-06[ssh completion] Skip only aliases matching * (#1788)Henré Botha
2019-12-06[completion] Add support for HostName lines in ~/.ssh/config (#1785)David Gray
2019-12-05[completion] Ignore hg repos (#1777)John Purnell