Minimalistic Command-Line Interface for Discord
I haven't tried to mess with the AUR yet, if I ever will, so it is unlikely that anyone has found this.
Regardless, most of this isn't my work. Most of it was done by a github user that goes by Rivalo. All I have done is implemented private messaging, and while I plan to do more, that does not change how little work done here that is mine.
Questions can be answered at my discord server, which at the time of editing is empty:
What does chat look like with 256 color sweg.

Pressing :G + ENTER opens the guild[Server] selector.

Pressing :C + ENTER opens the Channel selector.

Currently the easiest working way to install is to use the Go tools. I'm looking at using GCCGO and makefiles to reduce installation steps, and make setting PATHS unnecessary.
$GOPATH (There are loads of tutorial for this part)$ go get -u github.com/theboxmage/discordclibin folder inside your $GOPATH./discord-cliConfiguration files are being stored in JSON format and are automatically created when you first run discord-cli. Do not change the 'key' value inside {"key":"value"}, this is the part that discord-cli uses for parsing, missing keys will definitely return errors.
| Setting | Function |
|---|---|
| username | Discord Username (emailaddress) |
| password | Discord Password |
| messagedefault | (true or false) Display messages automatically |
| messages | Amount of Messages kept in memory |
When inside a text channel, the following commands are available:
| Command | Function |
|---|---|
| :q | Quits discord-cli |
| :g | Change listening Guild |
| :c | Change listening Channel inside Guild |
| :m [n] | Display last [n] messages: ex. :m 2 displays last two messages |
| :p | Pulls up the private channel menu |