summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 45322631..07dd153b 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ Table of Contents
* [Respecting .gitignore](#respecting-gitignore)
* [git ls-tree for fast traversal](#git-ls-tree-for-fast-traversal)
* [Fish shell](#fish-shell)
+ * [Related projects](#related-projects)
* [<a href="LICENSE">License</a>](#license)
Installation
@@ -599,6 +600,11 @@ valid directory. Example:
set -g FZF_CTRL_T_COMMAND "command find -L \$dir -type f 2> /dev/null | sed '1d; s#^\./##'"
```
+Related projects
+----------------
+
+https://github.com/junegunn/fzf/wiki/Related-projects
+
[License](LICENSE)
------------------