bhcli

A TUI for chatting on LE PHP Chats (onion)
git clone https://git.dasho.dev/n0tr1v/bhcli.git
Log | Files | Refs | README

README.md (2951B)


BHCLI

screenshot

Description

This is a CLI client for any of le-chat-php currently supported chats are Black Hat Chat and Daniel's chat

Pre-built binaries

Pre-buit binaries can be found on the official website

Features

Editing mode

Messages navigation

Build from source

Windows

OSx

Linux

Cross compile

cargo build --release --target x86_64-pc-windows-gnu

Profiles

To automatically login when starting the application, you can put the following content in your config file /path/to/rs.bhcli/default-config.toml

[profiles]

[profiles.default]
username = "username"
password = "password"