Skip to content

Commit 92213bc

Browse files
authored
feat: add pls (ibraheemdev#10)
- Add `pls` to `README.md` - Add screenshot for `pls`
1 parent edbdeb8 commit 92213bc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| [`lsd`][lsd] | The next gen file listing command. Backwards compatible with `ls`. | ![_][lsd-ghst] ![_][lsd-lang] ![_][lsd-ghlc] | <img width="300" src="./screenshots/lsd.png" /> |
2727
| [`mcfly`][mcfly] | Fly through your shell `history`. Great Scott! . | ![_][mcfly-ghst] ![_][mcfly-lang] ![_][mcfly-ghlc] | <img width="300" src="./screenshots/mcfly.png" /> |
2828
| [`mtr`][mtr] | A network diagnostic tool, combining functionality of `traceroute` and `ping` | ![_][mtr-ghst] ![_][mtr-lang] ![_][mtr-ghlc] | <img width="300" src="./screenshots/mtr.png" /> |
29+
| [`pls`][pls] | `pls` is a prettier and powerful `ls(1)` for the pros. | ![_][pls-ghst] ![_][pls-lang] ![_][pls-ghlc] | <img width="300" src="./screenshots/pls.png" /> |
2930
| [`procs`][procs] | A modern replacement for `ps` written in Rust. | ![_][procs-ghst] ![_][procs-lang] ![_][procs-ghlc] | <img width="300" src="./screenshots/procs.png" /> |
3031
| [`ripgrep`][ripgrep] | An extremely fast alternative to `grep` that respects your gitignore. | ![_][ripgrep-ghst] ![_][ripgrep-lang] ![_][ripgrep-ghlc] | <img width="300" src="./screenshots/ripgrep.gif" /> |
3132
| [`ripgrep-all`][ripgrep-all] | rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. | ![_][ripgrep-all-ghst] ![_][ripgrep-all-lang] ![_][ripgrep-all-ghlc] | <img width="300" src="./screenshots/ripgrep-all.png" /> |
@@ -205,6 +206,13 @@
205206
[mtr-ghst]: https://img.shields.io/github/stars/traviscross/mtr?label=%E2%AD%90
206207
[mtr-lang]: https://img.shields.io/github/languages/top/traviscross/mtr
207208

209+
<!--pls -->
210+
211+
[pls]: https://github.com/pls-rs/pls
212+
[pls-ghlc]: https://img.shields.io/github/last-commit/pls-rs/pls?label=%F0%9F%92%BB
213+
[pls-ghst]: https://img.shields.io/github/stars/pls-rs/pls?label=%E2%AD%90
214+
[pls-lang]: https://img.shields.io/github/languages/top/pls-rs/pls
215+
208216
<!--procs -->
209217

210218
[procs]: https://github.com/dalance/procs

screenshots/pls.png

1.55 MB
Loading

0 commit comments

Comments
 (0)