Skip to content

Commit 58597ae

Browse files
authored
add mcfly history searcher
1 parent 16cd39f commit 58597ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A collection of modern/faster/saner alternatives to common unix commands, as wel
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-
* [`broot`](https://github.com/Canop/broot) — A new way to see and navigate directory `trees`.
10+
* [`broot`](https://github.com/Canop/broot) — A new way to see and navigate directory `tree`s.
1111
* [`fd`](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to `find`.
1212

1313
## Search
@@ -16,6 +16,7 @@ A collection of modern/faster/saner alternatives to common unix commands, as wel
1616
* [`ack`](https://github.com/beyondgrep/ack3) — A `grep` like search tool optimized for source code.
1717
* [`ripgrep`](https://github.com/BurntSushi/ripgrep) — An extremely fast alternative to `grep` that respects your gitignore.
1818
* [`fzf`](https://github.com/junegunn/fzf) — A general-purpose command-line fuzzy finder.
19+
* [`mcfly`](https://github.com/cantino/mcfly) — Fly through your shell `history`. Great Scott!
1920

2021
## Text Processing
2122

@@ -43,9 +44,9 @@ A collection of modern/faster/saner alternatives to common unix commands, as wel
4344
## Filesystem Navigation
4445

4546
* [`autojump`](https://github.com/wting/autojump) — A `cd` command that learns.
46-
* [`z`](https://github.com/rupa/z/) — Jump around.
4747
* [`zoxide`](https://github.com/ajeetdsouza/zoxide) — A blazing fast alternative to `cd`
48-
48+
* [`z`](https://github.com/rupa/z/) — Jump around.
49+
*
4950
## Core Utils
5051

5152
* [`uutils`](https://github.com/uutils/coreutils) — Cross-platform Rust rewrite of the GNU `coreutils`.

0 commit comments

Comments
 (0)