Skip to content

azillion/chord

Repository files navigation

chord

GoDoc Github All Releases

A Discord TUI for direct messaging.

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/azillion/chord

Usage

$ 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

Auth

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.

Uses:

Makefile from genuinetools