Aucune description

ayntgl d159421013 docs: remove trailing whitespace il y a 4 ans
.github 1525c40879 docs: update README preview il y a 4 ans
LICENSE badcf70953 Update LICENSE copyright holder name il y a 4 ans
README.md d159421013 docs: remove trailing whitespace il y a 4 ans
config.go 80179a8246 feat: support w3c names and hex value colors in config (#60) il y a 4 ans
discord.go 85438d0799 refactor: preload (append to guild TreeNode) channels upon receiving READY event (#64) il y a 4 ans
go.mod ff7aa4eef3 feat: implement discord-flavored markdown renderer (#66) il y a 4 ans
go.sum ff7aa4eef3 feat: implement discord-flavored markdown renderer (#66) il y a 4 ans
main.go 80179a8246 feat: support w3c names and hex value colors in config (#60) il y a 4 ans
renderer.go ff7aa4eef3 feat: implement discord-flavored markdown renderer (#66) il y a 4 ans
ui.go 85438d0799 refactor: preload (append to guild TreeNode) channels upon receiving READY event (#64) il y a 4 ans
util.go 85438d0799 refactor: preload (append to guild TreeNode) channels upon receiving READY event (#64) il y a 4 ans

README.md

discordo · build license Go Report Card

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

Preview

Features

  • Lightweight
  • Secure
  • Configurable
  • Cross-platform
  • Minimalistic
  • Feature-rich

Installation

Building from source

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

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

Package managers

  • Arch Linux (unofficial, AUR, may be outdated): yay -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.