Skip to content

Commit

Permalink
Add fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Mar 15, 2024
1 parent 0bbbc16 commit e0cd201
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/terminals/cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ sudo apt install pydf
sudo apt install ack
```

[fzf](https://github.com/junegunn/fzf) is a general-purpose command-line fuzzy
finder.

```bash
sudo apt install fzf
```

[bat](https://github.com/sharkdp/bat) is a cat(1) clone with syntax
highlighting and Git integration.

Expand Down

0 comments on commit e0cd201

Please sign in to comment.