VChat is a TUI(Text User Interface) Chat Program, which supports communication under the terminal.
You can download bin from release or build it yourself.
I write a deploy.sh, so you can build it in five steps.
- Step One, download a Nerd Font that you like to show interestring icons.
- Download a .zip file from Nerd Fonts and unzip it.
- Move .ttf file to
$HOME/.local/share/fonts/
- Step Two, write
export vchat=$HOME/VChat
to your .bashrc or .zshrc - Step Three, create a directory and clone repository.
mkdir $HOME/VChat
git clone [email protected]:dty2/vchat.git
orgit clone https://github.com/dty2/vchat.git
(if you don't have SSH)
- Step Four, run
bash deploy.sh
to deploy VChat. - Step Five, Chat!
./server
./client
Latest version is 0.7.8
Why is 0.7.8? There is a chinese saying that "完成的七七八八"(almost done)
- Full keyboard operation, no mouse needed
- No graphics, can even run at tty
- Many kinds of BUGS... hhh
- Find icon font
- ascii font
- Cowsay, Downlaod cowsay with
sudo pacman -S cowsay
- "deploy.sh" is not working
I wrote a lot of comments in "deploy.sh". Check which step wrong and modify it yourself.
Or you can ask me in issue. - VChat is not working
You can write an issue, and I will help you as fast as possible.