summaryrefslogtreecommitdiffstats
path: root/shell/completion.bash
AgeCommit message (Expand)Author
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
2019-09-29[bash-completion] Properly handle exit eventJunegunn Choi
2019-08-09[bash-completion] _fzf_setup_completion to retain previous optionsJunegunn Choi
2019-08-08[bash-completion] Add _fzf_setup_completion to enable fuzzy completionJunegunn Choi
2019-05-01[bash-completion] Fix custom completion with dynamic loader enabled for non-s...Jesus Briales
2019-02-28[completion] Look up on ~/.ssh/config.d/* files when doing ssh host complete ...Rui Coelho
2019-02-28[shell] Skip loading completion code on non-interactive shellJunegunn Choi
2018-07-06[completion] Filter out non-hostnames in SSH config file (#1329)Jay
2018-06-02[bash/zsh] Fix missing fuzzy completions (#1303)ptzz
2018-05-04[bash] Do not print error when falling back to default completion (#1279)ptzz
2018-04-30[bash] Fix infinite loop on tab completionJunegunn Choi
2018-04-12ZSH and Bash completion: remove shebang (#1248)Avindra Goolcharan
2018-02-15[bash] Fix extra space issue of dynamic completion with 'nospace'Junegunn Choi
2017-12-03[bash-completion] Fix custom completion with dynamic loader enabledJunegunn Choi
2017-10-21[completion] Ensure ps called as command (#1098)Igor Urazov
2017-10-19[completion] Fix known_hosts completion for custom port number (#1092)Andrey Chernih
2017-09-27[completion] Include host aliases in ssh completion (#1062)Josh Pencheon
2017-07-31Revert "[bash] Do not append space when path completion is cancelled"Junegunn Choi
2017-07-30[bash] Do not append space when path completion is cancelledJunegunn Choi
2017-04-11[bash-completion] Use -o dirnames instead of -o plusdirsJunegunn Choi
2017-03-21Add support for IPv6 addresses in ssh completion (#877)Sam Van Den Berge
2017-01-15[completion] Restore --height option for kill completionJunegunn Choi
2017-01-15[shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTSJunegunn Choi
2017-01-15[completion] Add preview window to kill completionJunegunn Choi
2017-01-15Replace --normalize with --literal and enable normalization by defaultJunegunn Choi
2017-01-14Fix $FZF_COMPLETION_OPTS evaluationJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2017-01-07[bash/zsh-completion] Filter ~/.ssh/known_hostsJunegunn Choi
2016-12-31[bash-completion] Always backup existing completion definitionsJunegunn Choi
2016-09-24Fix #668Maverick Woo
2016-07-07[shell] Suppress alias/function expansionJunegunn Choi
2016-06-02[bash/zsh] Take SSH completion hints from known_hostsJim Howell
2016-04-23Update completion.bashGene Pavlovsky
2016-03-02[bash] Fix shellcheck warningsJunegunn Choi
2016-02-070.11.30.11.3Junegunn Choi
2016-01-29[completion] _fzf_complete_COMMAND_post for post processingJunegunn Choi