Açıklama Yok

rigormorrtiss ba336aebc5 feat(util): add UserAgent field to Config (#41) 4 yıl önce
.github 1525c40879 docs: update README preview 4 yıl önce
ui 9c3e390b33 refactor(ui): move *LoginForm to ui/misc.go 4 yıl önce
util ba336aebc5 feat(util): add UserAgent field to Config (#41) 4 yıl önce
LICENSE 26279f495a Initial commit 4 yıl önce
README.md 23afb2ecef feat: implement reply to selected message functionality (#39) 4 yıl önce
discordo.go ba336aebc5 feat(util): add UserAgent field to Config (#41) 4 yıl önce
go.mod ba336aebc5 feat(util): add UserAgent field to Config (#41) 4 yıl önce
go.sum ba336aebc5 feat(util): add UserAgent field to Config (#41) 4 yıl önce

README.md

discordo · build license Go Report Card

Discordo is a lightweight, secure, and feature-rich Discord terminal client.

Preview

Features

  • Lightweight & secure
  • Easy-to-use & cross-platform
  • Configurable & minimalistic
  • Feature-rich
    • Discord-flavored markdown
    • Clipboard support
    • 2-Factor Authentication

Installation

Building

git clone https://github.com/rigormorrtiss/discordo
cd discordo && go build

# optional
sudo mv ./discordo /usr/local/bin

Package managers

# (AUR) Arch Linux - development version (may be outdated)
yay -S discordo-git

Getting Started

  • Run the executable in a new Terminal window.

By 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.

  • Log in using the email and password (first-time login) and click on the "Login" button to continue.

Default Keybindings

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.

TextView:

  • 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 in the TextView.
  • G or End: Selects the last message rendered in the TextView.
  • r: Reply to the selected message.

Clipboard

  • Requires xclip or xsel for X11.
  • Requires wl-clipboard for Wayland.

Disclaimer

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.