File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments