summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2018-05-04Clarify Vim plugin instructionJunegunn Choi
Close #1251 @amaravora
2018-05-04Add Arch Linux installation instructionJunegunn Choi
Close #1273 @codingCoffee
2018-04-06Add reference to Fedora package documentation (#1255)Robert Orzanna
2018-03-06Document inverse prefix exact match search syntax (#1224)Jesse Leite
* Document inverse prefix exact match search syntax. * Reorder search syntax table to explain basic exact match first.
2018-01-06Remove PayPal donation buttonJunegunn Choi
I've decided not to take more donations. Thanks to everyone who has supported my projects. Edgar Hipp Eyal Levin Philip Stewart James O'Beirne Minh Triet Ly Victor Alvarez Max Hung Gearoid Murphy Aaron Taylor Brett Bender Phil Thompson Anders Damsgaard
2017-11-22Clarify installation instructionsJunegunn Choi
2017-11-14Add Fedora installation information (#1141)Elliott Sales de Andrade
2017-11-08Fix broken link in readme TOC (#1131)Justin Toniazzo
The `Respecting .gitignore` link pointed to a section of the readme which no longer exists.
2017-10-29Update README: Examples using fdJunegunn Choi
- https://github.com/sharkdp/fd - https://mike.place/2017/fzf-fd/ /cc @williamsmj
2017-10-23Suggest ripgrep instead of the silver searcherJunegunn Choi
Since https://github.com/BurntSushi/ripgrep/issues/200 is fixed in 0.7.1, we can safely suggest ripgrep as the candidate generator as it has a more precise implementation of gitignore filtering than the silver searcher.
2017-10-15Add link to Windows wiki pageJunegunn Choi
Related: #1072 /cc @janlazo
2017-10-14Update README to add an example of _fzf_compgen_dirJunegunn Choi
/cc @chrisjohnson Close #1067 Close #1083
2017-09-17Update Homebrew/Linuxbrew instructions (#1052)Robert Orzanna
2017-09-07Update link to performance chartJunegunn Choi
2017-08-17Linuxbrew can install fzfJunegunn Choi
Close #1017
2017-08-04Update performance comparison chartJunegunn Choi
2017-07-29Update READMEJunegunn Choi
2017-07-29Update README: Missing TOCJunegunn Choi
2017-07-29Update README: Advanced topicsJunegunn Choi
2017-07-29Update README: rg intead of ptJunegunn Choi
2017-07-25Update fish comments, because 2.6.0 was released (#991)Alexey Shamrin
2017-07-23Update READMEJunegunn Choi
Removed outdated animated GIF.
2017-06-23Fix FZF_CTRL_T_COMMAND example for fishJunegunn Choi
See #944
2017-05-25Update extra bash completion exampleJunegunn Choi
2017-05-20Update README: Add table of contents (#927)Aurelien Rainone
2017-05-05Mention that the fish bug has been fixed (#912)Theodore Dubois
2017-04-06Correction: fzf no longer depends on ncursesJunegunn Choi
2017-04-02Update README.mdJunegunn Choi
Add PayPal donation button
2017-04-01Add vim docJunegunn Choi
Close #893
2017-03-30Add chocolatey upgrade instruction to Readme (#890)Miodrag Milić
2017-03-07Add Chocolatey instructionJunegunn Choi
Thanks to @majkinetor. Close #869.
2017-03-03[shell] Enable sorting by default in CTRL-RJunegunn Choi
CTRL-R binding used to start with --no-sort to list the matched commands in chronological order. However, it has been a constant source of confusion. Let's enable it by default from now on. The sorted result shouldn't be too confusing as we use --tiebreak=index.
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
Goes well with --height
2017-01-31Update documentationJunegunn Choi
2017-01-08Prepare for 0.16.0 releaseJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-12-14Overhaul fish functions (#759)Pierre Neidhardt
Replace the "temp file" workaround with the "read" function: it's simpler and faster. Use proper escaping, remove the custom function. The "file" widget uses last token as root for the "find" command. This replaces the equivalent of '**' completion in bash/zsh. The "$dir" non-expanded variable can be used in FZF_CTRL_T_COMMAND to set the root.
2016-11-27Add BUILD.mdJunegunn Choi
2016-11-15Update README: link to wiki pageJunegunn Choi
2016-11-090.15.60.15.6Junegunn Choi
2016-11-08Minor README markup fix.Laur Aliste
2016-11-01`man fzf` in READMEJunegunn Choi
Close #726
2016-10-22[vim] Respect g:fzf_colorsJunegunn Choi
Close #711
2016-10-040.15.40.15.4Junegunn Choi
2016-10-04[vim] Apply --multi and --prompt to :FZF commandJunegunn Choi
2016-09-13Update READMEJunegunn Choi
2016-08-19[vim] Make arguments to fzf#wrap() optionalJunegunn Choi
fzf#wrap([name string,] [opts dict,] [fullscreen boolean])
2016-07-26[vim] Add fzf#wrap helper functionJunegunn Choi
Close #627
2016-06-12[shell] Add $FZF_CTRL_T_OPTS and $FZF_ALT_C_OPTSJunegunn Choi
Close #596
2016-05-03Update READMEJunegunn Choi
Close #560, #561