commit 818b57435449883a0fe798dfa2056880fab5dea6 parent 762be95965c970a8f6bc10e0f4706936072b9ca9 Author: Strange <StrangeGuy6228@protonmail.com> Date: Sat, 30 Mar 2024 02:55:52 +0530 updated readme with custom command feature Diffstat:
| M | README.md | | | 15 | ++++++++++++++- |
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -47,7 +47,7 @@ Pre-buit binaries can be found on the [official website](http://git.dkforestseea - Download an embedded file and open it with xdg-open into cwd with `D` - `shift + T` for translating text to english. [ must have translate-shell installed on arch or debain ] > pacman -S translate-shell - +- Custom personal command creation for members+ [ read Command Creation ] ### Editing mode - `ctrl+A` Move cursor to start of line @@ -106,3 +106,16 @@ To automatically login when starting the application, you can put the following username = "username" password = "password" ``` +## Custom Commands + +U can create ur own custom personal commands using the format below.<br> +The commands are not created on the server but rather edited on clien tand sen +tot server.<br> +Comands must start from "!" in the textbox, but "!" are not required in config. + +```toml +[commands] + +command1 = "This is the mesage that will be posted" +hello = "hello everyone !" +```