diff --git a/README.md b/README.md index 415461d..e3a4387 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1023** +* Apps/tools covered: **1024** * Number of categories: **65**. # Index * [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (10) -* [Calculators](#calc) (8), [Chat and instant messaging](#chat) (24), [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) (25), [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) @@ -115,6 +115,7 @@ Calculators for numbers, dates, etc.. * [ssh-chat](https://github.com/shazow/ssh-chat) - Custom SSH server written in Go. Instead of a shell, you get a chat prompt. * [Telegram messenger CLI](https://github.com/vysheng/tg) - Command-line interface for Telegram using the readline interface. * [tiny](https://github.com/osa1/tiny) - tiny is an IRC client written in Rust. +* [toxic](https://github.com/Jfreegman/toxic) - A Tox-based instant messaging and video chat client. * [ttchat](https://github.com/atye/ttchat) - Twitch chats in the terminal. * [tuir](https://gitlab.com/ajak/tuir) - Reddit TUI. * [tweets](https://github.com/diracdeltas/tweets) - Decentralized alternative to twitter that uses git as support tool to manage the tweets. diff --git a/data/apps.csv b/data/apps.csv index 6bb9fcd..91e7680 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1022,3 +1022,4 @@ chat,matrixcli,,https://github.com/saadjsct/matrixcli,A minimal command line mat chat,Weechat-Matrix,,https://github.com/poljar/weechat-matrix,A Python script for Weechat that lets Weechat communicate over the Matrix protocol. chat,Telegram messenger CLI,,https://github.com/vysheng/tg,Command-line interface for Telegram using the readline interface. chat,signal-cli,,https://github.com/AsamK/signal-cli,"signal-cli provides an unofficial commandline, dbus and JSON-RPC interface for the Signal messenger." +chat,toxic,,https://github.com/Jfreegman/toxic,A Tox-based instant messaging and video chat client.