A Discord TUI for direct messaging.
For installation instructions from binaries please visit the Releases Page.
$ go get github.com/azillion/chord
$ chord -h
chord - A Discord TUI for direct messaging.
Usage: chord <command>
Flags:
-d enable debug logging (default: false)
-e, --email email for Discord account (default: <none>)
-p, --password password for Discord account (default: <none>)
-t, --token token for Discord account (default: <none>)
Commands:
config Configure chord Discord settings.
ls List available Discord channels.
tui TUI for sending and receiving Discord DMs
version Show the version information.
NOTE: Be aware that you may need to login to Discord on a browser before you are able to run chord
chord
will automatically try to parse your config credentials stored at $HOME/.chord.config
, but if
not present, you can pass through flags directly or call chord config
.
Makefile from genuinetools