summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2025-05-10bash: set keybinding right before printing special character (#4377)Ajeet D'Souza
2025-04-28[fish] Support deleting history items with SHIFT-DELbitraid
2025-04-28[fish] Simplify commandline call in fzf-file-widgetbitraid
2025-04-28[fish] Add version checkbitraid
2025-04-28[fish] History: Operate only on line at cursorbitraid
2025-04-18[fish] Improve option prefix processingbitraid
2025-04-18[fish] Fix whitespace/regex characters in command linebitraid
2025-04-18[fish] Fix for file/dir names containing newlinesbitraid
2025-03-17[bash] Fix $FZF_COMPLETION_{DIR,PATH}_OPTS to support non-trivial argumentsJunegunn Choi
2025-02-26[fish] Enable multiple history commands insertion (#4280)bitraid
2025-02-20[zsh/key-bindings] don't unescape FZF_DEFAULT_OPTS (addendum: #4262)Junegunn Choi
2025-02-20[zsh/completion] don't unescape FZF_DEFAULT_OPTS (#4262)Steve Williams
2025-02-20[fish] Add comment about fish version compatibilitybitraid
2025-02-20[fish] Reorder functionsbitraid
2025-02-20[fish] Refactor bind commandsbitraid
2025-02-20[fish] Refactor fzf-cd-widgetbitraid
2025-02-20[fish] Refactor fzf-history-widgetbitraid
2025-02-20[fish] Refactor fzf-file-widgetbitraid
2025-02-20[fish] Refactor __fzf_parse_commandline, remove __fzf_get_dirbitraid
2025-02-20[fish] __fzfcmd: Don't set FZF_TMUXbitraid
2025-02-20[fish] Refactor __fzf_defaultsbitraid
2025-02-11[fish] Unescape query from commandline (#4236)bitraid
2025-02-08[fish] Fix for directories with special characters (#4230)bitraid
2025-01-28[fish] Improve fish binary path detection (#4208)bitraid
2025-01-28Enhance --min-height option to take number followed by +Junegunn Choi
2025-01-27[completion] Replace 'tr' with built-in string substitutionJunegunn Choi
2025-01-27Enhance click-header eventJunegunn Choi
2025-01-26[completion] Make kill completion header clickableJunegunn Choi
2025-01-24[fish] Fix compatibility with v3.1.2 - v3.3.1 (#4200)bitraid
2025-01-19[fish] Allow setting multi-select and list reload for history (#4179)bitraid
2025-01-18[fish] CTRL-R: Make loading non-blockingJunegunn Choi
2025-01-12[fish] Optimize history formatting without perl (#4171)bitraid
2025-01-10[fish] Fix history formatting when perl is missing (#4166)bitraid
2025-01-09[fish] remove defunct bind feature detection (#4165)Kid
2024-12-20[fish] Partly revert change of 0167691 (#4137)bitraid
2024-12-19[fish] Small syntax modification of some commandsbitraid
2024-12-19[fish] Enable home dir expansion of leading ~/bitraid
2024-12-19[fish] Don't strip leading dot (.) characterbitraid
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