No Description

Adam 985d709bf4 add colours, open-in-browser, and simple links 3 years ago
LICENSE edd4d2e98d show honks one by one 3 years ago
README edd4d2e98d show honks one by one 3 years ago
go.mod edd4d2e98d show honks one by one 3 years ago
go.sum edd4d2e98d show honks one by one 3 years ago
gonk.go 985d709bf4 add colours, open-in-browser, and simple links 3 years ago

README

= gonk

terminal reader for honk (https://humungus.tedunangst.com/r/honk)

== setup

create file 'account' with three lines

```
username = {username}
password = {password}
server = {server}
```

replace {variables} with what they should be. server should be just host name -- without 'http(s)://' in front

== license

gonk is adapted from honk examples

```
Copyright (c) 2019 Ted Unangst
```

GPL applies (see LICENSE)

```
gonk -- honk reader
Copyright (C) 2020 apiote

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```