Тайлбар байхгүй

ayntgl f945fbf4f8 Switch to a flat project structure (#48) 4 жил өмнө
.github 1525c40879 docs: update README preview 4 жил өмнө
LICENSE badcf70953 Update LICENSE copyright holder name 4 жил өмнө
README.md 8c27d2b138 docs: document input widget keybindings 4 жил өмнө
config.go f945fbf4f8 Switch to a flat project structure (#48) 4 жил өмнө
discord.go f945fbf4f8 Switch to a flat project structure (#48) 4 жил өмнө
go.mod 3dd7b852d3 build: use ayntgl/discordgo instead of bwmarrin/discordgo 4 жил өмнө
go.sum 3dd7b852d3 build: use ayntgl/discordgo instead of bwmarrin/discordgo 4 жил өмнө
main.go f945fbf4f8 Switch to a flat project structure (#48) 4 жил өмнө
renderer.go f945fbf4f8 Switch to a flat project structure (#48) 4 жил өмнө
ui.go f945fbf4f8 Switch to a flat project structure (#48) 4 жил өмнө

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.

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.

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 with mention.

Input:

  • Esc: Unselect the currently selected message. This is useful for canceling an inline reply message.

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.