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
2024-06-13
chore(shell): Separate declaration and assignment for zsh legacy versions (#3...
LangLangBart
2024-06-13
[zsh] Prevent glob expansion in history widget (#3855)
Samara Jinnah
2024-06-12
[fish] Merge history before searching (#3852)
ismay
2024-06-03
Add new options to bash completion
Junegunn Choi
2024-06-01
[fish] Use builtins for cd and history (#3830)
LangLangBart
2024-05-31
[zsh] Enhance CTRL-R to display multi-line entires (#3823)
LangLangBart
2024-05-31
[fish] Add --nth 2..,.. to allow anchored search against command
Junegunn Choi
2024-05-31
[bash] Indent multi-line history entries
Junegunn Choi
2024-05-30
[fish] Use perl instead of sed to strip leading tabs
Junegunn Choi
2024-05-29
[fish] Better multi-line support for CTRL-R
Junegunn Choi
2024-05-29
[shell] Add --highlight-line to CTRL-R bindings
Junegunn Choi
2024-05-09
chore: Update flags to include long-form options for case (#3785)
LangLangBart
2024-05-07
[shell] Add $FZF_COMPLETION_{DIR,PATH}_OPTS
Junegunn Choi
2024-04-27
[completion] Add undocumented bash variables for completion commands
Junegunn Choi
2024-04-25
Make completion.bash load faster
Junegunn Choi
2024-04-19
Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)
Junegunn Choi
2024-04-17
fix: Move 'emulate' command outside interactive check (#3736)
LangLangBart
2024-04-10
[shell] Revert interactiveness checks for eval
Junegunn 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 commands
Junegunn Choi
2024-03-31
[fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluated
Junegunn 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 completion
Junegunn Choi
2024-03-19
[fish] Fix Ctrl-T and Alt-C not using last token as search root (#3684)
zeertzjq
2024-03-17
Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)
Eli Barzilay
2024-03-17
[bash] Fix default completion of unset, unalias, etc
Junegunn Choi
2024-03-13
Add walker options and replace 'find' with the built-in walker (#3649)
Junegunn Choi
2024-03-13
[bash] Fix regression in dynamic completion
Junegunn Choi
2024-03-10
[bash] Update orig_complete after _completion_loader
Koichi 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 numbers
Junegunn 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 ssh
Junegunn 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 dependency
Junegunn Choi
2023-10-12
[bash] statically define __fzf_list_hosts() with either method
Christoph Anton Mitterer
2023-10-12
[bash] try to use bash-completions’s _known_hosts_real() for getting hostnames
Christoph Anton Mitterer
2023-10-12
[shell] make `__fzf_list_hosts()` definable by the user
Christoph Anton Mitterer
2023-10-12
[shell] move username prefixing code where needed
Christoph Anton Mitterer
2023-10-12
[shell] don’t print error on non-existent SSH files
Christoph 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-09
Improve 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
[next]