No description
Find a file
Christian Muehlhaeuser b5354a73be
Fixed drawer width
2019-05-15 00:23:32 +02:00
accounts Open new panes for hashtags that get clicked on 2019-05-13 22:44:23 +02:00
assets Updated screenshot 2019-05-11 03:54:17 +02:00
qml Fixed drawer width 2019-05-15 00:23:32 +02:00
.gitignore Renamed app to Telephant 2019-05-09 16:33:26 +02:00
.travis.yml Only download the deps, don't try to build them outside the Docker env on Travis 2019-05-02 12:27:55 +02:00
bridges.go Open new panes for hashtags that get clicked on 2019-05-13 22:44:23 +02:00
config.go Simplify LoadConfig code 2019-05-11 02:51:09 +02:00
events.go Support creating additional panes and closing them 2019-05-13 22:42:03 +02:00
LICENSE Initial commit 2017-08-27 19:16:56 +02:00
messagemodel.go Support creating additional panes and closing them 2019-05-13 22:42:03 +02:00
panemodel.go Show a horizontal scroll-bar when we run out of space 2019-05-14 04:20:27 +02:00
README.md We depend on Go 1.9+ 2019-05-14 03:02:04 +02:00
telephant.go Show a horizontal scroll-bar when we run out of space 2019-05-14 04:20:27 +02:00

Telephant!

A lightweight but modern Mastodon client, written in Go & QML.

telephant logo

Features

  • Live feed via Mastodon's Streaming API
  • Multi pane support
  • Linux/macOS/Windows (Android & iOS should be working, but aren't tested yet)
  • Media previews
  • Shortened URL resolving
  • System notifications
  • Multiple accounts (work-in-progress)
  • Support for more networks

Installation

Packages & Installers

From Source

Make sure you have a working Go environment (Go 1.9 or higher is required). See the install instructions.

You will also need Qt5 and its development headers installed.

Dependencies

Before you can build Telephant you need to install the Go/Qt bindings.

Qt5 dependencies (Ubuntu example)

apt-get --no-install-recommends install build-essential libglib2.0-dev libglu1-mesa-dev libpulse-dev
apt-get --no-install-recommends install libqt*5-dev qt*5-dev qt*5-doc-html qml-module-qtquick*

Qt Bindings

export QT_PKG_CONFIG=true
go get -u -v github.com/therecipe/qt/cmd/...
$(go env GOPATH)/bin/qtsetup -test=false

Building Telephant

go get -d -u -v github.com/muesli/telephant
cd $(go env GOPATH)/src/github.com/muesli/telephant
$(go env GOPATH)/bin/qtdeploy build desktop .

Within a Docker container

Follow the build instructions above, but instead of the last command, run:

$(go env GOPATH)/bin/qtdeploy -docker build linux

Run it

./deploy/linux/telephant

telephant Screenshot

Development

GoDoc Build Status Go ReportCard