Added SSM

pull/27/head
Tullio Facchinetti 9 months ago
parent 0372c6292c
commit 385a9c38de

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1144**
* Apps/tools covered: **1145**
* Number of categories: **69**.
# 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) (34), [Note taking](#note-taking) (20)
* [Networking](#networking) (35), [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)
* [Religion](#religion) (3)
@ -836,6 +836,7 @@ Programs to deal with networks and communication.
* [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.
* [SSM](https://github.com/elliot40404/ssm) - A simple SSH manager.
* [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.

@ -1143,3 +1143,4 @@ data-management-json,YAML Paths,,https://github.com/wwkimball/yamlpath,"YAML/JSO
data-management-json,jayin,,https://github.com/we-cli/jayin,Piping with js at terminal.
data-management-json,jsongrep,,https://github.com/dsc/jsongrep,A shell tool to search and select bits out of JSON documents.
data-management-json,jsongrep,,https://github.com/terrycojones/jsongrep,Python for extracting pieces of JSON objects
networking,SSM,,https://github.com/elliot40404/ssm,A simple SSH manager.

1 category name homepage git description
1143 data-management-json jayin https://github.com/we-cli/jayin Piping with js at terminal.
1144 data-management-json jsongrep https://github.com/dsc/jsongrep A shell tool to search and select bits out of JSON documents.
1145 data-management-json jsongrep https://github.com/terrycojones/jsongrep Python for extracting pieces of JSON objects
1146 networking SSM https://github.com/elliot40404/ssm A simple SSH manager.
Loading…
Cancel
Save