bhcli

"Strange's fork of n0tr1v's bhcli (onion)"
git clone https://git.dasho.dev/Strange/bhcli.git
Log | Files | Refs | README

commit 417dcefcf83a3ff6e098fe0c18f85861327b0a3e
parent 3c206e92f19e0e32cef7e1bf7bcc05da4fcd46c2
Author: Strange <StrangeGuy6228@protonmail.com>
Date:   Fri, 22 Mar 2024 19:01:46 +0530

updated readme for make linux and downlaod_link+_view

Diffstat:
MREADME.md | 16++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -7,6 +7,9 @@ This is a CLI client for any of [le-chat-php](https://github.com/DanWin/le-chat-php) Officially supported chats are [Black Hat Chat](http://blkhatjxlrvc5aevqzz5t6kxldayog6jlx5h7glnu44euzongl4fh5ad.onion) +Tested working on [ --url ] : +- [PopPooB's Chat](http://vfdvqflzfgwnejh6rrzjnuxvbnpgjr4ursv4moombwyauot5c2z6ebid.onion/chat.php) + ## Pre-built binaries Pre-buit binaries can be found on the [official website](http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/Strange/bhcli/releases) @@ -40,6 +43,8 @@ Pre-buit binaries can be found on the [official website](http://git.dkforestseea `ctrl+H`. > - Hidden messages are just hidden from the view, they are not deleted > - Deleted messages once hidden can't be viewed again +- Download an embedded file into cwd with `d` +- Download an embedded file and open it with xdg-open into cwd with `D` ### Editing mode @@ -73,10 +78,13 @@ Pre-buit binaries can be found on the [official website](http://git.dkforestseea - Install Rust - Install dependencies `apt-get install -y pkg-config libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev libx11-dev` -- Compile with `cargo build --release` -- Run with `./target/release/bhcli` -- You can move the binary to `/opt/` to make it available system wide, given - that `/opt/` is in your `$PATH` +- The manual way +> - Compile with `cargo build --release` +> - Run with `./target/release/bhcli` +> - You can move the binary to `/opt` to make it available system wide [ given that u have /opt in $PATH ] +- The MAKEFILE way +> - Compile with `make linux` +> - Run with bhcli [ given that u have /opt in $PATH ] - The bhcli.log file will be created in the same directory as the pwd you run the binary from