Added sslh

pull/27/head
Tullio Facchinetti 9 months ago
parent 1940e65125
commit d800d8915a

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1117**
* Apps/tools covered: **1118**
* Number of categories: **67**.
# Index
@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Games](#games) (43), [Git and accessories](#git) (41), [Graphics](#graphics) (31)
* [History management](#history) (4)
* [Multimedia](#multimedia) (14)
* [Networking](#networking) (33), [Note taking](#note-taking) (20)
* [Networking](#networking) (34), [Note taking](#note-taking) (20)
* [Office tools](#office) (10), [Online search and resources](#online) (14), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (43), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (23), [Shells](#shells) (10), [Sound and music](#music) (34), [System monitoring](#monitor) (41), [System tools](#system) (17)
@ -800,6 +800,7 @@ Programs to deal with networks and communication.
* [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.
* [sslh](https://github.com/yrutschle/sslh) - A ssl/ssh multiplexer (Applicative Protocol Multiplexer) that allows, for example, to share SSH and HTTPS on the same port.
* [termishare](https://github.com/qnkhuat/termishare) - Peer to peer terminal sharing.
* [Termshark](https://termshark.io/) - A terminal UI for tshark, inspired by Wireshark.
* [TStream](https://github.com/qnkhuat/tstream) - Live streaming from the terminal. Requires the connection to a central server, from which the streaming is dispatched.

@ -1116,3 +1116,4 @@ todo-manager,boards,,https://github.com/benrutter/boards,Recursive kanban boards
utility,ltorah,,https://github.com/Mandrew0822/ltorah,ltorah provides a way to read the ancient hebrew Torah from the command line.
utility,minicloze,,https://github.com/benmanone/minicloze,Rust-based command-line language-learning game using the Tatoeba database.
git,gitnr,,https://github.com/reemus-dev/gitnr,"Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection."
networking,sslh,,https://github.com/yrutschle/sslh,"A ssl/ssh multiplexer (Applicative Protocol Multiplexer) that allows, for example, to share SSH and HTTPS on the same port."

1 category name homepage git description
1116 utility ltorah https://github.com/Mandrew0822/ltorah ltorah provides a way to read the ancient hebrew Torah from the command line.
1117 utility minicloze https://github.com/benmanone/minicloze Rust-based command-line language-learning game using the Tatoeba database.
1118 git gitnr https://github.com/reemus-dev/gitnr Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection.
1119 networking sslh https://github.com/yrutschle/sslh A ssl/ssh multiplexer (Applicative Protocol Multiplexer) that allows, for example, to share SSH and HTTPS on the same port.
Loading…
Cancel
Save