Added sngrep

pull/26/head
Tullio Facchinetti 9 months ago
parent 5a55eb22ef
commit 60564e3a85

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1056**
* Apps/tools covered: **1057**
* Number of categories: **65**.
# Index
@ -46,7 +46,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Games](#games) (42), [Git and accessories](#git) (39), [Graphics](#graphics) (29)
* [History management](#history) (4)
* [Multimedia](#multimedia) (13)
* [Networking](#networking) (29), [Note taking](#note-taking) (20)
* [Networking](#networking) (30), [Note taking](#note-taking) (20)
* [Office tools](#office) (9), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (14), [Productivity](#productivity) (9), [Programming](#programming) (39), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (32), [System monitoring](#monitor) (37), [System tools](#system) (19)
@ -747,6 +747,7 @@ Programs to deal with networks and communication.
* [rtop](http://www.rtop-monitor.org/) - rtop is a simple, agent-less, remote server monitoring tool that works over plain SSH. Written in golang, it does not need any software to be installed on the server that you want to monitor. It works by establishing an SSH session, and running commands on the remote server to collect system metrics.
* [Rustcat](https://github.com/robiot/rustcat) - Netcat Alternative in Rust.
* [serve](https://github.com/vercel/serve) - Serves a static site, single page application, or just a static file, and provides a neat interface for listing the directory's contents.
* [sngrep](https://github.com/irontec/sngrep) - Ncurses SIP Messages flow viewer.
* [speedtest-net](https://github.com/ddsol/speedtest.net) - Test internet connection speed and ping using speedtest.net.
* [sshto](https://github.com/vaniacer/sshto) - Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports.
* [termishare](https://github.com/qnkhuat/termishare) - Peer to peer terminal sharing.

@ -1055,3 +1055,4 @@ system,Rumos,,https://github.com/octagony/rumos,CLI utility for controlling scre
utility,sprinkles,,https://github.com/KhalilOuali/sprinkles,Randomly colors input text and outputs it to the terminal.
git,git absorb,,https://github.com/tummychow/git-absorb/,"git commit --fixup, but automatic."
networking,Termshark,https://termshark.io/,https://github.com/gcla/termshark,"A terminal UI for tshark, inspired by Wireshark."
networking,sngrep,,https://github.com/irontec/sngrep,Ncurses SIP Messages flow viewer.

1 category name homepage git description
1055 utility sprinkles https://github.com/KhalilOuali/sprinkles Randomly colors input text and outputs it to the terminal.
1056 git git absorb https://github.com/tummychow/git-absorb/ git commit --fixup, but automatic.
1057 networking Termshark https://termshark.io/ https://github.com/gcla/termshark A terminal UI for tshark, inspired by Wireshark.
1058 networking sngrep https://github.com/irontec/sngrep Ncurses SIP Messages flow viewer.
Loading…
Cancel
Save