From 1ba4284130f580c750f1b90ca9ff1bb404d8141e Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:24:46 +0300 Subject: [PATCH 1/5] update readme struct --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f665445..90fe9ea 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ better RAC client ## features +- cheat commands - no ip and date visible -- plays sound on receiving messages -- using tor proxy by default +- uses TOR proxy server by default +- plays sound when users receive your messages - coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc) - RACv1.99.x compatible -- cheat commands ![image](https://github.com/user-attachments/assets/a2858662-50f1-4554-949c-f55addf48fcc) @@ -21,39 +21,37 @@ cargo build # build cargo run # run ``` -## extensions +## commands -### colored usernames +`/clear` - clear chat \ +`/spam *args` - spam with text -#### bRAC +## colored usernames + +### bRAC regex - `\uB9AC\u3E70<(.*?)> (.*)` \ color - green \ example - `리㹰 text` -#### CRAB +### CRAB regex - `\u2550\u2550\u2550<(.*?)> (.*)` \ color - light red \ example - `═══ text` -#### Mefedroniy +### Mefedroniy regex - `(.*?): (.*)` \ color - light magenta \ example - `nick: text` -#### clRAC +### clRAC regex - `<(.*?)> (.*)` \ color - cyan \ example - ` text` -### commands - -/clear - clear chat -/spam *args - spam in chat with text - ## see also - [CRAB - client & server for RAC](https://gitea.bedohswe.eu.org/pixtaded/crab) From 9c642d5fd84ae0f73787ad2fc56cd10cb3bdecc4 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:26:32 +0300 Subject: [PATCH 2/5] how to run --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90fe9ea..247c028 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ better RAC client ![image](https://github.com/user-attachments/assets/a2858662-50f1-4554-949c-f55addf48fcc) -## how to use +## how to run + +### download binary + +go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple. + +### build from source (you have to install [rust](https://rust-lang.org) at first) From 4eec9921fd3ef44fbc11dc055ce76bc65df5a138 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:31:06 +0300 Subject: [PATCH 3/5] build instructions wow --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247c028..032f406 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ better RAC client ### download binary go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple. +(there are no releases now, wait for one or [build from source](https://github.com/MeexReay/bRAC#download-binary)) ### build from source (you have to install [rust](https://rust-lang.org) at first) ```bash -cargo build # build -cargo run # run +cargo build --release # build release (target/release/bRAC) +cargo run # run (builds and runs bRAC itself) ``` ## commands From 354552bd1a89915bdcb049445316d27a4e5ab1fe Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:39:42 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 032f406..1d244f4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download (you have to install [rust](https://rust-lang.org) at first) ```bash +git clone https://github.com/MeexReay/bRAC.git +cd bRAC cargo build --release # build release (target/release/bRAC) cargo run # run (builds and runs bRAC itself) ``` From 90e3fdccc9e183828d22de4c33cc9352a073d2df Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:40:38 +0300 Subject: [PATCH 5/5] rust install url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d244f4..d0655ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download ### build from source -(you have to install [rust](https://rust-lang.org) at first) +(you have to install [rust]([https://rust-lang.org](https://www.rust-lang.org/tools/install)) at first) ```bash git clone https://github.com/MeexReay/bRAC.git