Added gomuks

pull/26/head
Tullio Facchinetti 9 months ago
parent 42352a8290
commit 388e371765

@ -32,14 +32,14 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1017**
* Apps/tools covered: **1018**
* Number of categories: **65**.
# Index
* [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (10)
* [Calculators](#calc) (8), [Chat and instant messaging](#chat) (18), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (7)
* [Calculators](#calc) (8), [Chat and instant messaging](#chat) (19), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (7)
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (15), [Data transfer](#transfer) (31), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (16), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (23), [Email](#email) (13)
* [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (8), [File finding (alternatives to find)](#find) (5), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
@ -99,6 +99,7 @@ Calculators for numbers, dates, etc..
* [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.
* [gomuks](https://github.com/tulir/gomuks) - A terminal based Matrix client written in Go.
* [irssi](http://www.irssi.org) - The most popular IRC client for the command-line; a flexible program, with many options and supporting many protocols.
* [kirc](http://kirc.io/) - A tiny IRC client written in POSIX C99.
* [matterhorn](https://github.com/matterhorn-chat/matterhorn) - A terminal client for the Mattermost chat system.

@ -1016,3 +1016,4 @@ chat,Profanity,https://profanity-im.github.io/,https://github.com/profanity-im/p
chat,Poezio,https://poez.io/en/,https://codeberg.org/poezio/poezio.git,Poezio is a free console XMPP client. It lets you connect very easily (no account creation needed) to the network and join various chatrooms. Many commands are identical to common IRC clients. Configuration can be made in a configuration file or directly from the client.
chat,GNU Freetalk,https://www.gnu.org/software/freetalk/,https://git.savannah.gnu.org/git/freetalk.git,"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."
chat,MCABBER,https://mcabber.com/,,"A small XMPP (Jabber) console client including features such as SASL/SSL/TLS support, MUC (Multi-User Chat) support, history logging, command completion, OpenPGP encryption and more."
chat,gomuks,,https://github.com/tulir/gomuks,A terminal based Matrix client written in Go.

1 category name homepage git description
1016 chat Poezio https://poez.io/en/ https://codeberg.org/poezio/poezio.git Poezio is a free console XMPP client. It lets you connect very easily (no account creation needed) to the network and join various chatrooms. Many commands are identical to common IRC clients. Configuration can be made in a configuration file or directly from the client.
1017 chat GNU Freetalk https://www.gnu.org/software/freetalk/ https://git.savannah.gnu.org/git/freetalk.git 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.
1018 chat MCABBER https://mcabber.com/ A small XMPP (Jabber) console client including features such as SASL/SSL/TLS support, MUC (Multi-User Chat) support, history logging, command completion, OpenPGP encryption and more.
1019 chat gomuks https://github.com/tulir/gomuks A terminal based Matrix client written in Go.
Loading…
Cancel
Save