i understand your pain
overview - files - changes - downloads
grĂ¼ss! -- features Can pull from RSS (and atom) feeds. Can also pull from Twitter. Search. Downloads and saves images for local rehosting. Scrubs and simplifies HTML. Lazy loads images to save bandwidth. Configurable feed delay, with random proportional jitter. -- requirements github.com/PuerkitoBio/goquery github.com/andybalholm/cascadia github.com/gorilla/mux github.com/mmcdole/gofeed github.com/mmcdole/goxpp golang.org/x/crypto golang.org/x/net golang.org/x/text humungus.tedunangst.com/r/go-sqlite3 -- setup $ encrypt -b10 qwerty $2b$10$mXP4r1039049BdTMldeBXOFJ7PGYdI35sER62oxZpsSsHxYenIUPW $ sqlite3 -init schema.sql gruss.db insert into users (username, hash, lastunread) values ('user', '$2b$10$mXP4r1039049BdTMldeBXOFJ7PGYdI35sER62oxZpsSsHxYenIUPW', 1); insert into config (key, value) values ('listenaddr', '127.0.0.1:8451'); insert into config (key, value) values ('bannedimghost', 'feeds.feedburner.com'); .quit ./gruss
recent changes
445d56ca9ccf
on 2019-02-19 18:48:47 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
term: search box that mostly works |
eddeafdf2d2d
on 2019-02-19 08:15:26 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
term: update the textview after a bit of a delay, but remain responsive. |
c71f70fcbbef
on 2019-02-19 07:31:14 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
termreader: add open browser command |
37d6f30aa8df
on 2019-02-19 07:02:41 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
termreader: add markread and refresh |
42db70a6c76c
on 2019-02-19 06:41:20 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
tview wordwrap is a bit slow, and introduces too much lag. |
d2d47c56849e
on 2019-02-19 06:18:21 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
reduce the amount of processing done on body content per view |
c31b708545fe
on 2019-02-19 06:08:37 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
blank boxes work a little better for spacing |
e585831f3131
on 2019-02-18 19:43:27 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
check listen and serve for errors |
2ff094e12a37
on 2019-02-18 19:41:21 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
make building the term reader optional |
e3e931c7ba64
on 2019-02-18 19:35:12 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
add a hash param to style.css |