Skip to content

Commit 753372d

Browse files
authored
add fzf
1 parent 4f36013 commit 753372d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ A collection of modern/faster/saner alternatives or complements to common unix c
1414

1515
* [ag](https://github.com/ggreer/the_silver_searcher) — A code-searching tool similar to `ack`, but faster.
1616
* [ack](https://github.com/beyondgrep/ack3) — A `grep` like search tool optimized for source code.
17-
* [ripgrep](https://github.com/BurntSushi/ripgrep) — An extremely fast alternative to `grep` that respects your gitignore.
17+
* [ripgrep](https://github.com/BurntSushi/ripgrep) — An extremely fast alternative to `grep` that respects your gitignore.
18+
* [fzf](https://github.com/junegunn/fzf) — A command-line fuzzy finder.
1819

1920
## Text Processing
2021

21-
* [choose](https://github.com/theryangeary/choose) — A human-friendly and fast alternative to `cut` and (sometimes) `awk`
22+
* [choose](https://github.com/theryangeary/choose) — A human-friendly and fast alternative to `cut` and (sometimes) `awk`.
23+
* [jq](https://github.com/stedolan/jq)`sed` for JSON data.
2224
* [sd](https://github.com/chmln/sd) — An intuitive find & replace CLI (`sed` alternative).
2325

2426
## `man`

0 commit comments

Comments
 (0)