* Removing directstream shouldn't crash tut
* update version
* Ignore tut binary (#194)
When I do 'go build .' it yields a 'tut' file in the current directory
that's not currently ignored.
* Print error when failing to connect (#193)
When setting up, network errors wouldn't print any useful information:
Instance: bsd.network
Couldn't connect to instance: https://bsd.network
Try again or press ^C.
Now:
Instance: bsd.network
Couldn't connect to instance https://bsd.network:
Get "https://bsd.network/api/v1/instance": x509: certificate signed
by unknown authority
Try again or press ^C.
(Turns out I didn't have root certificates installed.)
* set config with flag and env
* list tags that you follow
* fix help
* update readme
* remove unused field
* user search and multiple tags
Co-authored-by: Sijmen J. Mulder <ik@sjmulder.nl>
* clean files on exit
* update version
* update README
* exit user select
* update help
* add list-placement and list-split from tut
* add proportions
* update example config
* upgrade packages
* fix so links don't get messed up by notifications
* bump version
* truncate accounts and fix login bug
* update packages
* add follow requests
* confirm quit
* fix top text
* fix multiple feed windows
* Change section of "auto-load-newer" to "general"
It is indicated by the name of the function, parseGeneral(), and the
general.AutoLoadNewer that "auto-load-newer" belongs to the "general"
section of the configuration file, not "media".
* add support for themes
* update version
Co-authored-by: Michael Cardell Widerkrantz <mc@hack.org>
* yank status and user
* update version
* Terminal option for custom and pattern
* update readme
* update modules
* update credit and remove xdg-package
* util: pipe standard error of the editor
Some editors (e.g. vis) use standard error instead of standard output
for drawing the UI.
* feed: clean-up post visibility
Also fixes inconsistent colors of users depending whether they
do or don't have a display name.
* feed: hide visibility of public posts
* add option to reverse files
* list favorited
* update version
Co-authored-by: Alexey Yerin <yyp@disroot.org>