From 5d902ae1ac2cd7ce92afc5a9a455082178ee0a1b Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 2 Mar 2024 17:37:49 +0100 Subject: [PATCH] Add: icy_term --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c3195f..7c21694 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools: **1447** +* Apps/tools: **1448** * Categories: **76** # Index @@ -22,7 +22,7 @@ Some links are available to [related resources](#resources). * [Games](#games) (50), [Git and accessories](#git) (51), [Graphics](#graphics) (37) * [History management](#history) (4) * [Markdown](#markdown) (11) -* [Networking](#networking) (60), [Note taking](#note-taking) (22) +* [Networking](#networking) (61), [Note taking](#note-taking) (22) * [Office tools](#office) (15), [Online search and resources](#online) (18), [Organizers and calendars](#organizers) (22) * [Package managers](#package-manager) (16), [Password managers](#password-manager) (20), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (26), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (37), [Prompts](#prompt) (4) * [RSS](#rss) (10), [Religion](#religion) (4) @@ -943,6 +943,7 @@ Networks and communication tools: bandwidth monitoring, packet inspection, remot * [havn](https://github.com/mrjackwills/havn) - A fast configurable port scanner with reasonable defaults. * [hflow](https://github.com/comradequinn/hflow) - A command-line, debugging http/s proxy server. * [humble-explorer](https://github.com/koenvervloesem/humble-explorer) - Cross-platform, command-line and human-friendly Bluetooth Low Energy scanner. +* [icy_term](https://github.com/mkrueger/icy_term) - Old school ANSI/AVT terminal program for modern systems for connecting to BBS systems. * [ipcalc](http://jodies.de/ipcalc) - Takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. * [Kapow!](https://github.com/BBVA/kapow) - Say we have a nice cozy shell command that solves our problem. Kapow! lets us easily turn that into an HTTP API. * [liboping](https://github.com/octo/liboping) - Protocol independent ANSI-C ping library and command line utility. diff --git a/data/apps.csv b/data/apps.csv index 0709636..93e332b 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1446,3 +1446,4 @@ terminal,wterm,,https://github.com/TornadoCookie/wterm,A native Wayland terminal terminal,mlterm,https://mlterm.sourceforge.net/,https://github.com/arakiken/mlterm,"A very fast low latency terminal emulator with features such as rendering variable width fonts, proper bidirectional support out of the box, a daemon mode, multiple XIM, and true background transparency." games,sshattrick,,https://github.com/ricott1/sshattrick,Play Hattrick in your terminal over SSH. git,mkgit,,https://github.com/cosmicwanderer7/mkgit,"This Bash script automates the process of creating a new GitHub repository, initializing it with a README file, and pushing the initial commit to the remote repository. The script prompts the user for a repository name and utilizes the GitHub API to create a new public repository." +networking,icy_term,,https://github.com/mkrueger/icy_term,Old school ANSI/AVT terminal program for modern systems for connecting to BBS systems.