brainlet-cli/README.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

2020-12-31 00:26:28 +02:00
# brainlet-cli
2020-12-31 19:22:07 +02:00
a better (unofficial) frontend for brainlet
2020-12-31 19:56:38 +02:00
# Requirements
You should use a terminal supporting [VT100 escape codes](https://www.climagic.org/mirrors/VT100_Escape_Codes.html) and supporting [24-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code#24-bit).
If you have a modern terminal, they probably have it.
Any operating systems not using Linux are not supported.
2020-12-31 19:22:07 +02:00
# Installation
```
git clone --depth=1 --recurse-submodules https://git.hippoz.xyz/hiimgoodpack/brainlet-cli.git
cd brainlet-cli
pushd brainlet-lib
npm install
popd
npm install
```
# Usage
```
node index.js <server>
```
2020-12-31 19:56:38 +02:00
# Commands
## Normal commands
| Name | Description |
| :------: | :---------------------------------------------- |
| quit | Exits the client |
| signup | Creates an account |
| login | Logs into an account and connects to the server |
| ls | Lists categories |
| join | Joins a category |
| dump | (Debug) Prints user information |
## Chat commands
| Name | Description |
| :------: | :---------------------------------------------- |
| /leave | Leaves the channel without telling the server |