No Description

ayntgl c545b4071a Add doc comment to Config struct 4 years ago
.github 1525c40879 docs: update README preview 4 years ago
util c545b4071a Add doc comment to Config struct 4 years ago
LICENSE badcf70953 Update LICENSE copyright holder name 4 years ago
README.md d262054baf Implement custom keybindings (#52) 4 years ago
discord.go 8dad4deec0 Implement inline reply mention functionality (#50) 4 years ago
go.mod 8dad4deec0 Implement inline reply mention functionality (#50) 4 years ago
go.sum 8dad4deec0 Implement inline reply mention functionality (#50) 4 years ago
main.go 11cb3539f6 Unexport the service constant 4 years ago
renderer.go 8dad4deec0 Implement inline reply mention functionality (#50) 4 years ago
ui.go d262054baf Implement custom keybindings (#52) 4 years ago

README.md

discordo · build license Go Report Card

[WIP] Discordo is a lightweight, secure, and feature-rich Discord terminal client. It is highly configurable and has a minimalistic user interface.

Preview

Features

  • Lightweight
  • Secure
  • Configurable
  • Cross-platform
  • Minimalistic
  • Feature-rich
    • Mouse & clipboard support
    • 2-Factor authentication
    • Desktop notifications
    • [WIP] Discord-flavored markdown

Installation

Building from source

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

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

Package managers

  • Arch Linux (AUR, may be outdated): paru -S discordo-git

Usage

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

Configuration

Discordo aims to be highly configurable, it may be easily customized via a configuration file. It creates a default configuration file on the first start-up. The newly created configuration file is located at $HOME/.config/discordo/config.json.

Clipboard support

On Linux, clipboard support requires:

  • xclip or xsel for X11.
  • 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.