|
|
4 tahun lalu | |
|---|---|---|
| .github | 4 tahun lalu | |
| LICENSE | 4 tahun lalu | |
| README.md | 4 tahun lalu | |
| config.go | 4 tahun lalu | |
| discord.go | 4 tahun lalu | |
| go.mod | 4 tahun lalu | |
| go.sum | 4 tahun lalu | |
| main.go | 4 tahun lalu | |
| renderer.go | 4 tahun lalu | |
| ui.go | 4 tahun lalu |
[WIP] Discordo is a lightweight, secure, and feature-rich Discord terminal client. It is highly configurable and has a minimalistic user interface.
git clone https://github.com/rigormorrtiss/discordo
cd discordo
go build
# optional
sudo mv ./discordo /usr/local/bin
paru -S discordo-gitBy default, Discordo utilizes OS-specific keyring to store credentials such as client authentication token. However, if you prefer not to use a keyring, you may set the token field in the configuration file (~/.config/discordo/config.json) and Discordo will prioritize the usage of token field to login instead of keyring.
Global:
Alt + 1: Sets the focus on the guilds TreeView.Alt + 2: Sets the focus on the messages TextView.Alt + 3: Sets the focus on the message InputField.Messages:
k or Up: Selects the message just before the currently selected message.j or Down: Selects the message just after the currently selected message.g or Home: Selects the first message rendered.G or End: Selects the last message rendered.
r: Reply to the selected message without mention.
R: Reply to the currently selected message with mention.
Input:
Esc: Unselect the currently selected message. This is useful for canceling an inline reply message.On Linux, clipboard support requires:
xclip or xsel for X11.wl-clipboard for Wayland.Automated user accounts or "self-bots" are against Discord's Terms of Service. I am not responsible for any loss caused by using "self-bots" or Discordo.