Updated: Thursday, September 28,2023-09-28 00:19:14

main
Shwetha Jayaraj 2023-09-28 00:19:15 -04:00
parent 2e8deb6c33
commit a0f263d229
1 changed files with 8 additions and 1 deletions

View File

@ -6,4 +6,11 @@ Installation:
sudo port install fzf
```
Here are a [list of examples](https://github.com/junegunn/fzf/wiki/examples) to implement using fzf to make search within your terminal blazing fast.
Here are a [list of examples](https://github.com/junegunn/fzf/wiki/examples) to implement using fzf to make search within your terminal blazing fast.
---
**Examples to note:**
- the CD optimizer using fzf
![img](https://raw.githubusercontent.com/changyuheng/zsh-interactive-cd/master/demo.gif)