summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2024-05-11Update READMEtmuxJunegunn Choi
* Tidy up * Mention `--tmux`
2024-04-28Deploying to master from @ ↵junegunn
junegunn/fzf@4a68eac99bb3814f912d236fa9356516ebda2fa5 🚀
2024-04-21Deploying to master from @ ↵junegunn
junegunn/fzf@d8bfb6712d514fd6715135fd0e60df188831b566 🚀
2024-04-18Describe how to build fzf from the latest source using brewJunegunn Choi
2024-04-14Deploying to master from @ ↵junegunn
junegunn/fzf@3c877c504b6102daf5dcc1083b1f1a7db88d304c 🚀
2024-04-07Deploying to master from @ ↵junegunn
junegunn/fzf@62963dcefd6d74510ae2692cd0955177bae57543 🚀
2024-03-31Deploying to master from @ ↵junegunn
junegunn/fzf@7de87a9b2c643ab6a1329666b283cab4ba9cb08e 🚀
2024-03-21README: Mention that you can source individual script filesJunegunn Choi
2024-03-17Update READMEJunegunn Choi
2024-03-17Update READMEJunegunn Choi
2024-03-17Show how to disable a key bindingJunegunn Choi
2024-03-17Updated link for highlight command (#3680)Brayden Hill
2024-03-17Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)Eli Barzilay
This makes it possible to skip one of the above key bindings or completions by setting a variable to an empty string. For example, FZF_CTRL_T_COMMAND= FZF_ALT_C_COMMAND= \ eval "$(fzf --zsh)" Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2024-03-17Deploying to master from @ ↵junegunn
junegunn/fzf@8977c9257a8093a82a2cffa4f7e6974e43206ef4 🚀
2024-03-13Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / ↵Junegunn Choi
`--fish`) (#3675) This simplifies the distribution, and the users are less likely to have problems caused by using incompatible scripts and binaries. # Set up fzf key bindings and fuzzy completion eval "$(fzf --bash)" # Set up fzf key bindings and fuzzy completion eval "$(fzf --zsh)" # Set up fzf key bindings fzf --fish | source
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2024-03-10Deploying to master from @ ↵junegunn
junegunn/fzf@26244ad8c21ccc946393e10eea7d6b1ad32096e1 🚀
2024-03-03Deploying to master from @ ↵junegunn
junegunn/fzf@f35a9da99a0e14ffc291a57d1fc60c38be0a2315 🚀
2024-02-29Add $FZF_DEFAULT_OPTS_FILE (#3618)Junegunn Choi
For those who prefer to manage default options in a file. If the file is not found, fzf will exit with an error. We're not setting a default value for it because: 1. it's hard to find a default value that can be universally agreed upon 2. to avoid fzf having to check for the existence of the file even when it's not used
2024-02-25Deploying to master from @ ↵junegunn
junegunn/fzf@99a7beba575bf50170dada5b4681ccaad40263d1 🚀
2024-02-18Deploying to master from @ ↵junegunn
junegunn/fzf@7a72f1a2531d728d14faf5f61909f9ffa63c8dd3 🚀
2024-02-15Replace "default find command" with built-in directory traversalJunegunn Choi
2024-02-15Update README: warp.devJunegunn Choi
2024-02-13Update README: warp.devJunegunn Choi
2024-02-04Add info about MSYS2 distro to README.md (#3610)Konstantin Podsvirov
2024-02-04Deploying to master from @ ↵junegunn
junegunn/fzf@3c0a6304756e890e0a605b742943a9bb8e1d2247 🚀
2024-01-28Deploying to master from @ ↵junegunn
junegunn/fzf@76cf6559ccaa6262d47a95fe3b1dfae053047cbd 🚀
2024-01-21Add link to fzf Theme Playground by @vitormvJunegunn Choi
https://vitormv.github.io/fzf-themes/
2024-01-21Deploying to master from @ ↵junegunn
junegunn/fzf@16f647393838ea3eb0778a45178323aea21b67a0 🚀
2024-01-17README.md: More information on image supportJunegunn Choi
2024-01-17Kitty image support improvementsJunegunn Choi
* Use `--unicode-placeholder` for consistent result in and out of tmux * Use updated version of junegunn/go-runewidth that handles diacritics used in Kitty Unicode placeholder Close #3567
2024-01-14Deploying to master from @ ↵junegunn
junegunn/fzf@e4d0f7acd516d8f5869d3a2210fbf552743a129a 🚀
2024-01-07Deploying to master from @ ↵junegunn
junegunn/fzf@2671259fdb3094a5eac528f291c1fdadbcf9eda9 🚀
2024-01-010.45.00.45.0Junegunn Choi
2023-12-31Deploying to master from @ ↵junegunn
junegunn/fzf@8d20f3d5c4e2645e623ed43487501dfe76a86b98 🚀
2023-12-24Deploying to master from @ ↵junegunn
junegunn/fzf@d7b61ede07ab20ba106191968f12aaf600b6ede4 🚀
2023-12-17Deploying to master from @ ↵junegunn
junegunn/fzf@91387a741b659ba709a67d55d68b74cb3daa812a 🚀
2023-12-10Add Spack installation instructions to README (#3526)Alec Scott
2023-12-10Deploying to master from @ ↵junegunn
junegunn/fzf@d21d5c9510170d74a7f959309da720b6df72ca01 🚀
2023-12-03Deploying to master from @ ↵junegunn
junegunn/fzf@cd6788a2bbb37622979c147225593e9badd5b48c 🚀
2023-11-26Deploying to master from @ ↵junegunn
junegunn/fzf@952b6af4454ed55626d78e3845c6b5b640ac831d 🚀
2023-11-19Deploying to master from @ ↵junegunn
junegunn/fzf@d7d2ac39513f2068f70fbe717d212c9bce8750ed 🚀
2023-11-05Deploying to master from @ ↵junegunn
junegunn/fzf@c5aa8729a1f073318f162ffc3f6ea2218a448e1f 🚀
2023-10-29Deploying to master from @ ↵junegunn
junegunn/fzf@96e31e4b7862be73c7b0b4c87ea86b8b5f7fadb5 🚀
2023-10-22Deploying to master from @ ↵junegunn
junegunn/fzf@f5e4ee90e45db7d7833ea5f3927dc868b2002939 🚀
2023-10-15Deploying to master from @ ↵junegunn
junegunn/fzf@d3311d9f43d024acb94a5f22b8f5675ee08d6f76 🚀
2023-10-150.43.00.43.0Junegunn Choi
2023-10-09Update README: Experimental support for Kitty graphics protocolJunegunn Choi
2023-10-08Deploying to master from @ ↵junegunn
junegunn/fzf@d8188fce7b7bea982e7f9050c35e488e49fb8fd0 🚀
2023-10-01Deploying to master from @ ↵junegunn
junegunn/fzf@a3ff49aaf18eceefe4bf8b1df5bf275b3d982493 🚀