Skip to content

Commit 07987b3

Browse files
committed
add mtr
1 parent 30e5465 commit 07987b3

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
@@ -25,6 +25,7 @@
2525
| [`jq`][jq] | `sed` for JSON data. | ![_][jq-ghst] ![_][jq-lang] ![_][jq-ghlc] | <img width="300" src="./screenshots/jq.png" /> |
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" /> |
28+
| [`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" /> |
2829
| [`procs`][procs] | A modern replacement for `ps` written in Rust. | ![_][procs-ghst] ![_][procs-lang] ![_][procs-ghlc] | <img width="300" src="./screenshots/procs.png" /> |
2930
| [`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" /> |
3031
| [`sd`][sd] | An intuitive find & replace CLI (`sed` alternative). | ![_][sd-ghst] ![_][sd-lang] ![_][sd-ghlc] | <img width="300" src="./screenshots/sd.png" /> |
@@ -195,6 +196,13 @@
195196
[mcfly-ghst]: https://img.shields.io/github/stars/cantino/mcfly?label=%E2%AD%90
196197
[mcfly-lang]: https://img.shields.io/github/languages/top/cantino/mcfly
197198

199+
<!--mtr -->
200+
201+
[mtr]: https://github.com/traviscross/mtr
202+
[mtr-ghlc]: https://img.shields.io/github/last-commit/traviscross/mtr?label=%F0%9F%92%BB
203+
[mtr-ghst]: https://img.shields.io/github/stars/traviscross/mtr?label=%E2%AD%90
204+
[mtr-lang]: https://img.shields.io/github/languages/top/traviscross/mtr
205+
198206
<!--procs -->
199207

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

screenshots/mtr.png

1.18 MB
Loading

0 commit comments

Comments
 (0)