Discordo ·
Discordo是一个轻量级、安全且功能丰富的Discord终端客户端。目前仍在大力开发中,预计会有重大变更。
- 轻量级
- 安全
- 可配置
- 跨平台
- 极简主义
- 功能丰富
- 支持鼠标和剪贴板
- 双因素认证
- 部分支持Discord风格的markdown
安装
预编译二进制文件
你可以在这里下载并安装预编译的二进制文件,适用于Windows、macOS或Linux。
包管理器
-
Arch Linux:
yay -S discordo-git
-
FreeBSD:
pkg install discordo
或通过ports系统make -C /usr/ports/net-im/discordo install clean
。 -
NixOS:
nix-shell -p discordo
-
Windows (Scoop):
scoop bucket add vvxrtues https://github.com/vvirtues/bucket
scoop install discordo
从源代码构建
git clone https://github.com/ayn2op/discordo
cd discordo
go build .
Linux剪贴板支持
- X11环境下使用
xclip
或xsel
(apt install xclip
) - Wayland环境下使用
wl-clipboard
(apt install wl-clipboard
)
使用方法
- 无需参数直接运行
discordo
可执行文件。
如果你使用身份验证令牌登录,请向可执行文件提供
token
命令行标志(例如:--token "OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg"
)。令牌将安全地存储在默认的特定操作系统的密钥环中。
- 输入你的邮箱和密码,然后点击"登录"按钮继续。
配置
配置文件允许你配置和自定义应用程序的行为、键绑定和主题。
- Unix:
$XDG_CONFIG_HOME/discordo/config.toml
或$HOME/.config/discordo/config.toml
- Darwin:
$HOME/Library/Application Support/discordo/config.toml
- Windows:
%AppData%/discordo/config.toml
mouse = true
timestamps = false
timestamps_before_author = false
timestamps_format = "3:04PM"
messages_limit = 50
editor = "default"
[keys]
focus_guilds_tree = "Ctrl+G"
focus_messages_text = "Ctrl+T"
focus_message_input = "Ctrl+P"
toggle_guild_tree = "Ctrl+B"
select_previous = "Rune[k]"
select_next = "Rune[j]"
select_first = "Rune[g]"
select_last = "Rune[G]"
[keys.guilds_tree]
select_current = "Enter"
[keys.messages_text]
select_reply = "Rune[s]"
reply = "Rune[r]"
reply_mention = "Rune[R]"
delete = "Rune[d]"
yank = "Rune[y]"
open = "Rune[o]"
[keys.message_input]
send = "Enter"
editor = "Ctrl+E"
cancel = "Esc"
[theme]
border = true
border_color = "default"
border_padding = [0, 0, 1, 1]
title_color = "default"
background_color = "default"
[theme.guilds_tree]
auto_expand_folders = true
graphics = true
[theme.messages_text]
author_color = "aqua"
reply_indicator = "╭ "
免责声明
自动化用户账户或"自助机器人"违反了Discord的服务条款。我不对使用"自助机器人"或Discordo造成的任何损失负责。