No description
Find a file
2017-08-29 07:23:35 +02:00
accounts Added models, logic & app 2017-08-29 07:09:17 +02:00
qml Added UI and data mocks 2017-08-29 07:02:56 +02:00
.gitignore Updated .gitignore for Qt generated sources 2017-08-29 05:39:30 +02:00
bridges.go Added models, logic & app 2017-08-29 07:09:17 +02:00
chirp.go Added models, logic & app 2017-08-29 07:09:17 +02:00
config.go Added models, logic & app 2017-08-29 07:09:17 +02:00
events.go Added models, logic & app 2017-08-29 07:09:17 +02:00
LICENSE Initial commit 2017-08-27 19:16:56 +02:00
messagemodel.go Added models, logic & app 2017-08-29 07:09:17 +02:00
README.md Added build instructions to README 2017-08-29 07:23:35 +02:00

Chirp!

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

Installation

Make sure you have a working Go environment. See the install instructions.

Dependencies

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

Building Chirp!

git clone https://github.com/muesli/chirp.git
qtdeploy build desktop chirp/

Run it

./chirp/deploy/linux/chirp

Development

API docs can be found here.