summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexey Samoshkin <al.samoshkin@gmail.com>2019-04-18 12:49:30 +0300
committerJunegunn Choi <junegunn.c@gmail.com>2019-04-18 18:49:30 +0900
commit8eea45ef5003e115cbbefc3a7fd9a81fea406bf3 (patch)
treef5abc8725ff763e383d8e7facca92db1cf108a05 /README.md
parentff951341c993ed84ad65344e496e122ee3dddf67 (diff)
Add demo screencast video to README (#1557)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6a595aa9..74833378 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Table of Contents
* [Search syntax](#search-syntax)
* [Environment variables](#environment-variables)
* [Options](#options)
+ * [Demo](#demo)
* [Examples](#examples)
* [fzf-tmux script](#fzf-tmux-script)
* [Key bindings for command line](#key-bindings-for-command-line)
@@ -283,6 +284,13 @@ or `py`.
See the man page (`man fzf`) for the full list of options.
+#### Demo
+If you learn by watching videos, check out this screencast by [@samoshkin](https://github.com/samoshkin) to explore `fzf` features.
+
+<a title="fzf - command-line fuzzy finder" href="https://www.youtube.com/watch?v=qgG5Jhi_Els">
+ <img src="https://i.imgur.com/vtG8olE.png" width="640">
+</a>
+
Examples
--------