summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Expand)Author
2024-01-20[zsh] Handle '*' suffix in history line numbersJunegunn 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 sshJunegunn 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 dependencyJunegunn Choi
2023-10-12[bash] statically define __fzf_list_hosts() with either methodChristoph Anton Mitterer
2023-10-12[bash] try to use bash-completions’s _known_hosts_real() for getting hostnamesChristoph Anton Mitterer
2023-10-12[shell] make `__fzf_list_hosts()` definable by the userChristoph Anton Mitterer
2023-10-12[shell] move username prefixing code where neededChristoph Anton Mitterer
2023-10-12[shell] don’t print error on non-existent SSH filesChristoph 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-09Improve 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
2023-09-27[bash] CTRL-R on bash 3: Use backticks to avoid delayJunegunn Choi
2023-09-24[shell] don’t needlessly escape `.` in shell patternChristoph Anton Mitterer
2023-09-22[bash] History, use perl if installed otherwise awk (#3313)step
2023-09-19[shell] Use --scheme=path when appropriateJunegunn Choi
2023-09-18Basic context-aware completion for ssh command (#3424)Timofei Bredov
2023-08-18[bash] Disable pipefail in command substitutionJunegunn Choi
2023-04-01[shell] Update kill completionJunegunn Choi
2023-03-27Add bat to bash autocomplete commands (#3223)Sten Arthur Laane
2023-02-12[bash] Enable environment variable completion for printenvJunegunn Choi
2023-01-23Add Helix editor to bash autocompletion (#3137)Nachum Barcohen
2022-10-16[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)John Fred Fadrigalan
2022-09-20[fish] Do not use `builtin cd`Junegunn Choi
2022-09-10[bash] Fix completion of var or alias containing newlines (#2952)knutze
2022-08-28Add --scheme=[default|path|history] option to choose scoring schemeJunegunn Choi
2022-08-22[completion] Remove extra trailing slash on directory completionJunegunn Choi
2022-08-03[completion] ssh: Remove values with '%' (#2548)lbesnard
2022-08-02[zsh] Make awk regex compatible with both GNU and macOS (#2906)kissge
2022-07-29[bash] Fix 'possible retry loop' problem of bash-completion (#2891)Bob Matcuk
2022-07-21[shell] 'kill' completion will now require trigger sequence (**)Junegunn Choi
2022-07-20[zsh] Replace perl with awk (#2777)Jakub Jirutka
2022-07-15[bash] Fix `fzf-tmux` to have `fzf`'s completion (#2871)Jonathan Zacsh
2022-04-29[bash] Make complex commands slightly more friendly to work with (#2784)Jan Warchoł
2022-04-22[shell] ALT-C: Use builtin cd to avoid conflicts (#2799)Ajeet D'Souza
2022-04-06[bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783)Jan Warchoł
2022-02-23[zsh] Set up bindings for all three keymaps: emacs, vicmd, and viinsJunegunn Choi
2021-11-19[shell] Use cd -- (#2659)zsugabubus
2021-11-03[bash] Suppress error message from 'bind'Junegunn Choi
2021-08-15use proper bash-style notationa1346054
2021-08-15always use [[ ... ]] and not [ ... ] in bash completionsa1346054
2021-03-08[fish] Make widgets work with --option= prefix (#2383)Jannik Vieten
2021-02-03[zsh] Don't run precmd hooks in cd widget (#2340)Marlon Richert