From 667fd2771ca1e70eaaefc949d2b90e37632a583d Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 17 Feb 2024 23:35:10 +0100 Subject: [PATCH] Add: devzat --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f01167..1dc7153 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1358** +* Apps/tools covered: **1359** * Number of categories: **76**. # Index * [AI / ChatGPT](#ai) (18), [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) -* [Calculators](#calc) (11), [Chat and instant messaging](#chat) (27), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (13) +* [Calculators](#calc) (11), [Chat and instant messaging](#chat) (28), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (13) * [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (23), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (14) * [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13) @@ -107,6 +107,7 @@ Calculators for mathematical operations among numbers, dates, base conversions, Clients for chat and other instant messaging protocols, e.g., IRC, Discord, Mattermost, Matrix, Slack, Telegram, Reddit. +* [devzat](https://github.com/quackduck/devzat) - Custom SSH server that takes you to a chat instead of a shell prompt. * [Discordo](https://github.com/ayn2op/discordo) - A lightweight, secure, and feature-rich Discord terminal client. * [finch](http://www.pidgin.im/) - IM program supporting many protocols, including Yahoo!, AIM, IRC, or WLM; comes with the `Pidgin` project. * [GNU Freetalk](https://www.gnu.org/software/freetalk/) - A console based chat client for Jabber and other XMPP servers. It has context sensitive auto-completion for buddy names, commands, and even ordinary English words. diff --git a/data/apps.csv b/data/apps.csv index 21348e5..29c47bf 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1357,3 +1357,4 @@ monitor-top,bottom,,https://github.com/ClementTsang/bottom,Yet another cross-pla viewers,brows,,https://github.com/rubysolo/brows,CLI GitHub release browser. programming,cgdb,,https://github.com/cgdb/cgdb,Console front-end to the GNU debugger. data-management-tabular,daff,,https://github.com/paulfitz/daff,"Efficient table comparison and alignment, supporting formats like CSV and SQLite, useful for data analysis and synchronization tasks." +chat,devzat,,https://github.com/quackduck/devzat,Custom SSH server that takes you to a chat instead of a shell prompt.