index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2018-07-06
[completion] Filter out non-hostnames in SSH config file (#1329)
Jay
2018-06-27
[fish] Use $version instead of $FISH_VERSION (#1100)
Oliver Schrenk
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 completion
Junegunn Choi
2018-04-25
[bash] Add --sync to the default CTRL-R options
Junegunn Choi
2018-04-12
ZSH and Bash completion: remove shebang (#1248)
Avindra Goolcharan
2018-02-16
[bash] Fix CTRL-R to preserve the latest yank
Junegunn Choi
2018-02-15
[bash] Fix extra space issue of dynamic completion with 'nospace'
Junegunn Choi
2017-12-07
[bash] Trigger redraw-current-line before history-expand-line
Junegunn Choi
2017-12-03
[bash-completion] Fix custom completion with dynamic loader enabled
Junegunn Choi
2017-11-14
[zsh] Fire zsh precmd functions after cd (#1136)
Aaron Jensen
2017-10-21
[completion] Ensure ps called as command (#1098)
Igor Urazov
2017-10-20
[zsh] Use fc -r instead of fzf --tac to speed up loadtime (#1097)
Daniel Schaffrath
2017-10-19
[completion] Fix known_hosts completion for custom port number (#1092)
Andrey Chernih
2017-10-10
Don't do shell quoting for weird chars (#1079)
Ionel Cristian Mărieș
2017-09-27
[completion] Include host aliases in ssh completion (#1062)
Josh Pencheon
2017-07-31
Revert "[bash] Do not append space when path completion is cancelled"
Junegunn Choi
2017-07-30
[bash] Do not append space when path completion is cancelled
Junegunn Choi
2017-07-15
[fish] Fix ctrl-r regression in versions <2.4 (#972)
Tom Fitzhenry
2017-06-25
[fish] Accept starting dir for <M-c> key binding (#944)
John Nguyen
2017-06-25
[fish] Support multiline commands (#954)
Tom Fitzhenry
2017-06-12
[fish] Fix <C-t> completion for current dir search (#946)
John Nguyen
2017-06-10
[fish] Fix CTRL-T with paths that don't start with ./
Junegunn Choi
2017-04-11
[bash-completion] Use -o dirnames instead of -o plusdirs
Junegunn Choi
2017-03-21
Add support for IPv6 addresses in ssh completion (#877)
Sam Van Den Berge
2017-03-03
[zsh] Use setopt noposixbuiltins instead of emulate -L zsh
Junegunn Choi
2017-03-03
Revert "[zsh] emulate -L zsh to avoid issues with incompatible options"
Junegunn Choi
2017-03-03
[shell] Enable sorting by default in CTRL-R
Junegunn Choi
2017-03-01
[zsh] emulate -L zsh to avoid issues with incompatible options
Junegunn Choi
2017-02-19
Exclude sysfs in find commands
Junegunn Choi
2017-02-16
[shell] Replace `sed` with `-mindepth 1` and `cut` (#844)
Pierre Neidhardt
2017-02-09
[zsh] Do not cd when cancelling alt+c keybind (#840)
Daniel Gray
2017-01-26
Use --bind instead of --toggle-sort
Junegunn Choi
2017-01-25
[fish] Add toggle-sort back to CTRL-R (#759)
Junegunn Choi
2017-01-21
[zsh] Workaround trailing esacped space bug in go-shellwords
Junegunn Choi
2017-01-17
[shell] Do not override --reverse in CTRL-R
Junegunn Choi
2017-01-17
[bash/zsh] Remove unused --reverse in CTRL-R binding
Junegunn Choi
2017-01-15
[completion] Restore --height option for kill completion
Junegunn Choi
2017-01-15
[shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTS
Junegunn Choi
2017-01-15
[completion] Add preview window to kill completion
Junegunn Choi
2017-01-15
Replace --normalize with --literal and enable normalization by default
Junegunn Choi
2017-01-14
Fix $FZF_COMPLETION_OPTS evaluation
Junegunn Choi
2017-01-08
Add --height option
Junegunn Choi
2017-01-07
[bash/zsh-completion] Filter ~/.ssh/known_hosts
Junegunn Choi
2017-01-01
[bash] Addendum fix for #580
Junegunn Choi
2016-12-31
[bash-completion] Always backup existing completion definitions
Junegunn Choi
2016-12-24
[shell] Use '-mindepth 1' to omit root folder in 'find' output (#779)
Pierre Neidhardt
2016-12-14
Overhaul fish functions (#759)
Pierre Neidhardt
2016-11-15
[shell] Fix pruning condition of find command for CTRL-T and ALT-C
Junegunn Choi
[next]