From 737363097b8710566cf624776f1d0a18c03a0d8b Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 3 Sep 2020 16:29:59 -0400 Subject: [PATCH] Readme updates --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e73b20..f898e5e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Gaze deeply into unknown regions using the power of the moon. -![Example](https://raw.githubusercontent.com/tjdevries/media.repo/master/telescope.nvim/simple_rg_v1.gif) +![Finding Files](https://raw.githubusercontent.com/tjdevries/media.repo/master/telescope.nvim/simple_rg_v1.gif) + + [Example video](https://www.youtube.com/watch?v=65AVwHZflsU) ## Installation @@ -189,3 +191,10 @@ Picker:new{ As an example, you could pipe your inputs into fzf, and then it can sort them for you. + +## Other Examples + + +![Live Grep](https://raw.githubusercontent.com/tjdevries/media.repo/master/telescope.nvim/live_grep.gif) + +![Command History](https://raw.githubusercontent.com/tjdevries/media.repo/master/telescope.nvim/command_history.gif)