summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-05 00:52:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-05 00:52:08 +0900
commit755773756950ae3124eb82224c21a42e605b6194 (patch)
tree84456a6cde7d741cabcd5fad87d49f000f9f7987 /README.md
parent53bce0581edeac68b49af7608cfc080d52ab5cc3 (diff)
Remove outdated information from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/README.md b/README.md
index 0b528644..998db0c6 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,6 @@ fzf is a general-purpose fuzzy finder for your shell.
It was heavily inspired by [ctrlp.vim](https://github.com/kien/ctrlp.vim) and
the likes.
-Requirements
-------------
-
-fzf requires Ruby (>= 1.8.5).
-
Installation
------------
@@ -436,21 +431,6 @@ If you have any rendering issues, check the followings:
option. And if it solves your problem, I recommend including it in
`FZF_DEFAULT_OPTS` for further convenience.
4. If you still have problem, try `--no-256` option or even `--no-color`.
-5. Ruby 1.9 or above is required for correctly displaying unicode characters.
-
-### Ranking algorithm
-
-fzf sorts the result first by the length of the matched substring, then by the
-length of the whole string. However it only does so when the number of matches
-is less than the limit which is by default 1000, in order to avoid the cost of
-sorting a large list and limit the response time of the query.
-
-This limit can be adjusted with `-s` option, or with the environment variable
-`FZF_DEFAULT_OPTS`.
-
-```sh
-export FZF_DEFAULT_OPTS="--sort 20000"
-```
### Respecting `.gitignore`, `.hgignore`, and `svn:ignore`
@@ -545,12 +525,6 @@ function fe
end
```
-### Windows
-
-fzf works on [Cygwin](http://www.cygwin.com/) and
-[MSYS2](http://sourceforge.net/projects/msys2/). You may need to use `--black`
-option on MSYS2 to avoid rendering issues.
-
### Handling UTF-8 NFD paths on OSX
Use iconv to convert NFD paths to NFC: