From e9ffe2b679f5befce05418feed1fad081200fb37 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 20:34:16 +0200 Subject: [PATCH] Added neoss --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f3fbb4..7f57fc2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1108** +* Apps/tools covered: **1109** * Number of categories: **66**. # Index @@ -46,7 +46,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Games](#games) (43), [Git and accessories](#git) (40), [Graphics](#graphics) (31) * [History management](#history) (4) * [Multimedia](#multimedia) (14) -* [Networking](#networking) (32), [Note taking](#note-taking) (20) +* [Networking](#networking) (33), [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) (22), [Shells](#shells) (10), [Sound and music](#music) (34), [System monitoring](#monitor) (40), [System tools](#system) (17) @@ -779,6 +779,7 @@ Programs to deal with networks and communication. * [mitmproxy](https://mitmproxy.org/) - An interactive HTTPS proxy. * [mosh](https://mosh.org/) - Remote SSH client that achieve good responsiveness in presence of intermittent connectivity and roaming. * [mtr](https://github.com/traviscross/mtr) - mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. +* [neoss](https://github.com/PabloLec/neoss) - User-friendly and detailed socket statistics with a Terminal UI. * [Optic](https://www.useoptic.com/) - Optic's Open Source tools make OpenAPI and API-first practices easy for any team to adopt. * [Prosody](https://prosody.im/) - Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. * [PSSH](https://code.google.com/archive/p/parallel-ssh/) - PSSH provides parallel versions of OpenSSH and related tools. Included are pssh, pscp, prsync, pnuke, and pslurp. The project includes psshlib which can be used within custom applications. diff --git a/data/apps.csv b/data/apps.csv index 618e944..82fe29f 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1107,3 +1107,4 @@ diff,dyff,,https://github.com/homeport/dyff,"A diff tool for YAML files, and som transfer,curlie,,https://github.com/rs/curlie,"The power of curl, the ease of use of httpie." music,radio-active,,https://github.com/deep5050/radio-active,Internet radio player with 40k+ stations. online,Fjira,,https://github.com/mk-5/fjira,The fuzziest Jira command line tool in the world. +networking,neoss,,https://github.com/PabloLec/neoss,User-friendly and detailed socket statistics with a Terminal UI.