Skip to content

Commit b4a0e62

Browse files
authored
clean up readme
1 parent 8ad851d commit b4a0e62

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ A collection of modern/faster/saner alternatives or complements to common unix c
77
* [`bat`](https://github.com/sharkdp/bat) — A `cat` clone with wings.
88
* [`exa`](https://github.com/ogham/exa) — A modern replacement for `ls`.
99
* [`dust`](https://github.com/bootandy/dust) — A more intuitive version of `du` in rust.
10-
* [`lsd`](https://github.com/Peltoche/lsd) — The next gen `ls` command.
11-
* [`broot`](https://github.com/Canop/broot) — A modern alternative to `tree`.
10+
* [`broot`](https://github.com/Canop/broot) — A new way to see and navigate directory `trees`.
1211
* [`fd`](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to `find`.
1312

14-
## Text Search
13+
## Search
1514

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

2120
## Text Processing
2221

@@ -45,7 +44,7 @@ A collection of modern/faster/saner alternatives or complements to common unix c
4544
## Filesystem Navigation
4645

4746
* [`autojump`](https://github.com/wting/autojump) — A `cd` command that learns.
48-
* [`z.lua`](https://github.com/skywind3000/z.lua)A new `cd` command that helps you navigate faster by learning your habits.
47+
* [`z`](https://github.com/rupa/z/)Jump around.
4948
* [`zoxide`](https://github.com/ajeetdsouza/zoxide) — A blazing fast alternative to `cd`
5049

5150
## Core Utils

0 commit comments

Comments
 (0)