|
|
3 лет назад | |
|---|---|---|
| .. | ||
| README.md | 3 лет назад | |
| discordo.1 | 3 лет назад | |
Discordo is a lightweight, secure, and feature-rich Discord terminal client.
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.
There are two ways to login:
In both cases, the authentication token is stored securely in the default OS-specific keyring.
Username / Password login
discordo without arguments.Token login
Use the --token flag:
discordo --token "OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg"
Keybindings are configurable in the configuration file.
| Action | Keybinding |
|---|---|
| Guilds Tree | |
| Focus | Alt + g |
| Messages Text | |
| Focus | Alt + m |
| Show image | i |
| Copy message content | c |
| Reply without mention | r |
| Reply with mention | R |
| Select reply | s |
| Reply previous | Up arrow |
| Select next | Down arrow |
| Select first | Home |
| Select last | End |
| Message Input | |
| Focus | Alt + i |
| Send message | Enter |
| Paste from clipboard | Ctrl + v |
| Launch editor | Ctrl + e |
The configuration file allows you to edit keybindings or change the theme. By default, it is stored in the following location:
| Operating System | Configuration File Location |
|---|---|
| Unix | $HOME/.config/discordo/config.yml |
| Darwin | $HOME/Library/Application Support/discordo/config.yml |
| Windows | %AppData%/discordo/config.yml |
You can also use the --config flag to specify a different location for the configuration file:
discordo --config "/foo/bar/config.yml"
The log file is stored in the following location:
| Operating System | Log File Location |
|---|---|
| Unix | $HOME/.cache/discordo/logs.txt |
| Darwin | $HOME/Library/Caches/discordo/logs.txt |
| Windows | %LocalAppData%/discordo/logs.txt |