summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2024-12-03chore: completion test command sequence (#4115)LangLangBart
2024-11-18[fish] Enable keys for scripts that use readbitraid
2024-11-18[fish] Use more native syntaxbitraid
2024-11-18[fish] Format history using builtins if perl is missingbitraid
2024-11-18[fish] Replace external commands with builtinsbitraid
2024-11-18[fish] Improve commandline parsingbitraid
2024-11-14fix(zsh): handle backtick trigger edge case (#4090)LangLangBart
2024-11-14revert(zsh): remove 'fc -RI' call in the history widget (#4093)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-11-02fix(zsh): move 'fc -RI' inside command substitution (#4073)LangLangBart
2024-11-01fix(zsh): history loading with shared option (#4071)LangLangBart
2024-10-15Use eval to evaluate $post variable as command. (#4023)Thomas Martitz
2024-09-23[bash] Fix infinite retry loop for completion setting without "-F func" (#4004)Koichi Murase
2024-08-22[bash] Revert skipping setting up fuzzy path completionJunegunn Choi
2024-08-11[bash] Enable fuzzy path completion for all commands (#3958)Junegunn Choi
2024-08-07fix: Add fallback for cygwin ps (#3955)Eduardo D Sanchez
2024-07-17fix(fish): partially revert dbe8dc3 by removing the 'builtin' for cdLangLangBart
2024-07-08[bash] Add code to the default list of programs to support completionJunegunn Choi
2024-07-08Bind CTRL-/ and ALT-/ to toggle-wrap by defaultJunegunn Choi
2024-07-06[completion] Use --wrap option in process completionJunegunn Choi
2024-07-05[zsh] Fix backslash escaping (#3909)Junegunn Choi
2024-07-03fix(zsh): use the '=~' operator instead of grep (#3906)LangLangBart
2024-06-28[zsh] Fix completion error on openSUSE TumbleweedJunegunn Choi
2024-06-24fix zsh ${(@)history} syntax does not work with ksh_arrays (#3893)林千里
2024-06-20fix(zsh): add (s) modifier to perl command (#3882)LangLangBart
2024-06-19Remove comment in command substitution (#3875)Hexin
2024-06-13chore(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-03Add new options to bash completionJunegunn 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 commandJunegunn Choi
2024-05-31[bash] Indent multi-line history entriesJunegunn Choi
2024-05-30[fish] Use perl instead of sed to strip leading tabsJunegunn Choi
2024-05-29[fish] Better multi-line support for CTRL-RJunegunn Choi
2024-05-29[shell] Add --highlight-line to CTRL-R bindingsJunegunn Choi
2024-05-09chore: Update flags to include long-form options for case (#3785)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-25Make completion.bash load fasterJunegunn 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-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 commandsJunegunn Choi
2024-03-31[fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluatedJunegunn Choi
2024-03-31[shell] Make ALT-C use the absolute path to the selected directory (#3688)Emilio Vesprini