Skip to content

Commit 58a99f5

Browse files
authored
add curlie
1 parent 547e936 commit 58a99f5

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,51 @@ A collection of modern/faster/saner alternatives or complements to common unix c
44

55
## File Listing
66

7-
* [exa](https://github.com/ogham/exa) — A modern replacement for `ls`.
8-
* [dust](https://github.com/bootandy/dust) — A more intuitive version of `du` in rust.
9-
* [lsd](https://github.com/Peltoche/lsd) — The next gen `ls` command.
10-
* [broot](https://github.com/Canop/broot) — A modern alternative to `tree`.
11-
* [fd](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to `find`.
7+
* [`exa`](https://github.com/ogham/exa) — A modern replacement for `ls`.
8+
* [`dust`](https://github.com/bootandy/dust) — A more intuitive version of `du` in rust.
9+
* [`lsd`](https://github.com/Peltoche/lsd) — The next gen `ls` command.
10+
* [`broot`](https://github.com/Canop/broot) — A modern alternative to `tree`.
11+
* [`fd`](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to `find`.
1212

1313
## Text Search
1414

15-
* [ag](https://github.com/ggreer/the_silver_searcher) — A code-searching tool similar to `ack`, but faster.
16-
* [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.
18-
* [fzf](https://github.com/junegunn/fzf) — A command-line fuzzy finder.
15+
* [`ag`](https://github.com/ggreer/the_silver_searcher) — A code-searching tool similar to `ack`, but faster.
16+
* [`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.
18+
* [`fzf`](https://github.com/junegunn/fzf) — A command-line fuzzy finder.
1919

2020
## Text Processing
2121

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.
24-
* [sd](https://github.com/chmln/sd) — An intuitive find & replace CLI (`sed` alternative).
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.
24+
* [`sd`](https://github.com/chmln/sd) — An intuitive find & replace CLI (`sed` alternative).
2525

2626
## Man Pages
2727

28-
* [cheat](https://github.com/cheat/cheat) — Create and view interactive cheatsheets on the command-line.
29-
* [tldr](https://github.com/tldr-pages/tldr) — A community effort to simplify man pages with practical examples.
30-
* [tealdeer](https://github.com/dbrgn/tealdeer) — A very fast implementation of `tldr` in Rust.
28+
* [`cheat`](https://github.com/cheat/cheat) — Create and view interactive cheatsheets on the command-line.
29+
* [`tldr`](https://github.com/tldr-pages/tldr) — A community effort to simplify man pages with practical examples.
30+
* [`tealdeer`](https://github.com/dbrgn/tealdeer) — A very fast implementation of `tldr` in Rust.
3131

3232
## `cat`
3333

34-
* [bat](https://github.com/sharkdp/bat) — A `cat` clone with wings.
34+
* [`bat`](https://github.com/sharkdp/bat) — A `cat` clone with wings.
3535

3636
## `cd`
3737

38-
* [zoxide](https://github.com/ajeetdsouza/zoxide) — A blazing fast alternative to `cd`
38+
* [`zoxide`](https://github.com/ajeetdsouza/zoxide) — A blazing fast alternative to `cd`
3939

4040
## System Info
4141

42-
* [bottom](https://github.com/ClementTsang/bottom) — Yet another cross-platform graphical process/system monitor.
43-
* [glances](https://github.com/nicolargo/glances) — Glances an Eye on your system. A `top` and `htop` alternative.
44-
* [gtop](https://github.com/aksakalli/gtop) — System monitoring dashboard for terminal.
45-
* [procs](https://github.com/dalance/procs) — A modern replacement for `ps`.
42+
* [`bottom`](https://github.com/ClementTsang/bottom) — Yet another cross-platform graphical process/system monitor.
43+
* [`glances`](https://github.com/nicolargo/glances) — Glances an Eye on your system. A `top` and `htop` alternative.
44+
* [`gtop`](https://github.com/aksakalli/gtop) — System monitoring dashboard for terminal.
45+
* [`procs`](https://github.com/dalance/procs) — A modern replacement for `ps`.
4646

4747
## `curl`
4848

49-
* [httpie](https://github.com/httpie/httpie) — A modern, user-friendly command-line HTTP client for the API era.
49+
* [`curlie`](https://github.com/rs/curlie) — The power of curl, the ease of use of httpie.
50+
* [`httpie`](https://github.com/httpie/httpie) — A modern, user-friendly command-line HTTP client for the API era.
5051

5152
## Other
5253

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

0 commit comments

Comments
 (0)