From 6d06c1a21f49cda21032594ca0586e279a051150 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 2 Dec 2023 12:42:48 +0100 Subject: [PATCH] Add: sshx --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6224645..c8e27f6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1267** +* Apps/tools covered: **1268** * Number of categories: **75**. # Index @@ -22,7 +22,7 @@ Some links are available to [related resources](#resources). * [Games](#games) (48), [Git and accessories](#git) (42), [Graphics](#graphics) (34) * [History management](#history) (4) * [Markdown](#markdown) (11) -* [Networking](#networking) (47), [Note taking](#note-taking) (21) +* [Networking](#networking) (48), [Note taking](#note-taking) (21) * [Office tools](#office) (11), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (21) * [Package managers](#package-manager) (11), [Password managers](#password-manager) (18), [Process viewers and monitoring (alternatives to top)](#monitor-top) (19), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (34), [Prompts](#prompt) (4) * [RSS](#rss) (9), [Religion](#religion) (4) @@ -897,6 +897,7 @@ Networks and communication tools: bandwidth monitoring, packet inspection, remot * [sshs](https://github.com/quantumsheep/sshs) - Terminal user interface for SSH. * [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. * [sshuttle](https://github.com/sshuttle/sshuttle) - Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling. +* [sshx](https://github.com/ekzhang/sshx) - Fast, collaborative live terminal sharing over the web. * [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. diff --git a/data/apps.csv b/data/apps.csv index cdbaddd..362ef9f 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1266,3 +1266,4 @@ music,fme,,https://github.com/andreykaere/fme,Flexible metadata editor that allo utility,asciit,,https://github.com/Q1CHENL/asciit,"A more compact and intuitive ASCII table in your terminal: an alternative to ""man 7 ascii"" and ""ascii""." security,van-gonography,,https://github.com/JoshuaKasa/van-gonography,Hide your files of any type inside a image of your choice using steganography. networking,tunblkctl,,https://github.com/azhuchkov/tunblkctl,Command-line frontend for Tunnelblick. +networking,sshx,,https://github.com/ekzhang/sshx,"Fast, collaborative live terminal sharing over the web."