Crates.io | lan-chat |
lib.rs | lan-chat |
version | 0.12.6 |
source | src |
created_at | 2024-02-13 14:46:18.174031 |
updated_at | 2024-06-25 17:00:58.793875 |
description | A terminal based chatting application with a terminal user interface |
homepage | |
repository | https://github.com/Saphereye/lan-chat |
max_upload_size | |
id | 1138569 |
size | 620,538 |
Lan Chat is a terminal-based chat application featuring a user-friendly terminal interface.
This requires
cargo
to be installed on your target system. Refer to the cargo installation guide ifcargo
is absent on your system.
To install Lan Chat, use the following command:
cargo install lan-chat --locked
This will install the binary. For usage instructions, refer to the Usage section.
Alternatively, the project can be cloned and built using cargo
.
lan-chat --help
lan-chat -i
The output will display the server IP.
lan-chat -s <server-ip>
You will be prompted to enter a pseudonym. Alternatively, you can set the pseudonym directly using the following command:
lan-chat -s <server-ip> -p <pseudonym>
:<emoji name>:
. For example is you type That's funny :laughing:
it will be rendered as That's funny 😂
.The supported emojis are as follows
Command | Emoji |
---|---|
:smile: |
😊 |
:laughing: |
😂 |
:thumbsup: |
👍 |
:cry: |
😢 |
For all codes please refer to Emoji Cheat Sheet.