diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2018-09-27 02:52:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2018-09-27 02:52:52 +0900 |
| commit | 3bc98ed623d3bde84e91d5f3bfb4f3af5e18556d (patch) | |
| tree | 20a5fc2fcafdc4d18de1106d01a4c5109d5dd513 /README.md | |
| parent | 70a92a858a864cbbfd5c937e2ab4addbfabf8b5a (diff) | |
| download | fzf-3bc98ed623d3bde84e91d5f3bfb4f3af5e18556d.tar.gz | |
Add link to related projects page
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) ------------------ |
