From 3bc98ed623d3bde84e91d5f3bfb4f3af5e18556d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 27 Sep 2018 02:52:52 +0900 Subject: [PATCH] Add link to related projects page --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4532263..07dd153 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) * [License](#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) ------------------