Added Servitor

pull/26/head
Tullio Facchinetti 9 months ago
parent 070c0aea59
commit 522f57812c

@ -32,14 +32,14 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1050**
* Apps/tools covered: **1051**
* Number of categories: **65**.
# Index
* [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (10)
* [Calculators](#calc) (9), [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) (8)
* [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [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) (8)
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (17), [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) (9), [File finding (alternatives to find)](#find) (6), [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)
@ -111,6 +111,7 @@ Calculators for numbers, dates, etc..
* [Poezio](https://poez.io/en/) - 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.
* [Profanity](https://profanity-im.github.io/) - Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi.
* [RainbowStream](http://www.rainbowstream.org/) - Twitter client for the terminal allows almost all the operations that can be done from GUI and Web clients.
* [Servitor](https://github.com/bentonedmondson/servitor) - A command-line Fediverse client that doesnt require a server.
* [sic](https://tools.suckless.org/sic/) - sic is an extremely simple IRC client. It consists of less than 250 lines of code.
* [signal-cli](https://github.com/AsamK/signal-cli) - signal-cli provides an unofficial commandline, dbus and JSON-RPC interface for the Signal messenger.
* [ssh-chat](https://github.com/shazow/ssh-chat) - Custom SSH server written in Go. Instead of a shell, you get a chat prompt.

@ -1049,3 +1049,4 @@ cd,menucd,,https://github.com/andy5995/menucd,Directory browser and changer for
data-management-tabular,litecli,,https://github.com/dbcli/litecli,CLI for SQLite Databases with auto-completion and syntax highlighting.
package-manager,getghrel,,https://github.com/kavishgr/getghrel,"A user-friendly command-line tool that fetches and installs the latest release assets from Github for MacOS and Linux; it automatically detects your operating system and architecture, downloads the relevant binary, and unpacks it, ensuring a hassle-free experience."
find,bfs,,https://github.com/tavianator/bfs,A breadth-first version of the UNIX find command.
chat,Servitor,,https://github.com/bentonedmondson/servitor,A command-line Fediverse client that doesnt require a server.

1 category name homepage git description
1049 data-management-tabular litecli https://github.com/dbcli/litecli CLI for SQLite Databases with auto-completion and syntax highlighting.
1050 package-manager getghrel https://github.com/kavishgr/getghrel A user-friendly command-line tool that fetches and installs the latest release assets from Github for MacOS and Linux; it automatically detects your operating system and architecture, downloads the relevant binary, and unpacks it, ensuring a hassle-free experience.
1051 find bfs https://github.com/tavianator/bfs A breadth-first version of the UNIX find command.
1052 chat Servitor https://github.com/bentonedmondson/servitor A command-line Fediverse client that doesn’t require a server.
Loading…
Cancel
Save