No description
Find a file
Carl Helmertz 15a11c3da9 Unsubscribe from feed through link or "#"
After importing old OPML files, you may discover that many feeds are
obsolete or uninteresting. You list the feeds entries and determine that
you want to unsubscribe. This needs three clicks (edit feed, delete,
confirm) and requires moving the mouse to hit the different targets.

This quickly becomes tiring, if you are up to possibly deleting hundreds
of feeds. One mediation, introduced in this commit, is to add an
unsubscribe link to each feed's entry listing view, and also adding a
keyboard shortcut.

The keyboard shortcut "#" is:
* longer than one keystroke (requires shift)
* hard to type by accident
* used in Google products (thanks for the hint @fguillot)

In an effort to try to reduce the number of accidental feed
unsubscriptions.
2018-10-19 20:05:26 -07:00
api Fix typo in license header 2018-10-08 15:50:15 -07:00
cli Add short cli flags -i and -v 2018-10-08 21:00:00 -07:00
client Fix typo in license header 2018-10-08 15:50:15 -07:00
config Fix typo in license header 2018-10-08 15:50:15 -07:00
crypto Fix typo in license header 2018-10-08 15:50:15 -07:00
daemon Fix typo in license header 2018-10-08 15:50:15 -07:00
database Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
errors Fix typo in license header 2018-10-08 15:50:15 -07:00
fever Fix typo in license header 2018-10-08 15:50:15 -07:00
filter Fix typo in license header 2018-10-08 15:50:15 -07:00
http Simplify feed parser and format detection 2018-10-14 11:46:41 -07:00
integration Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
locale Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
logger Fix typo in license header 2018-10-08 15:50:15 -07:00
middleware Fix typo in license header 2018-10-08 15:50:15 -07:00
model Fix golint import in travis.yml 2018-10-14 22:23:46 -07:00
oauth2 Fix typo in license header 2018-10-08 15:50:15 -07:00
reader Simplify feed entries filtering 2018-10-14 22:33:19 -07:00
scheduler Fix typo in license header 2018-10-08 15:50:15 -07:00
storage Simplify feed fetcher 2018-10-14 21:43:48 -07:00
template Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
tests Fix typo in license header 2018-10-08 15:50:15 -07:00
timer Fix typo in license header 2018-10-08 15:50:15 -07:00
timezone Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
ui Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
url Improve unit tests in url package 2018-10-12 18:33:59 -07:00
vendor Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
version Fix typo in license header 2018-10-08 15:50:15 -07:00
.gitignore Update .gitignore 2018-03-18 20:48:58 -07:00
.travis.yml Fix golint import in travis.yml 2018-10-14 22:23:46 -07:00
ChangeLog Update ChangeLog 2018-09-11 18:29:28 -07:00
doc.go Fix typo in license header 2018-10-08 15:50:15 -07:00
generate.go Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
go.mod Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
go.sum Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go Use canonical imports 2018-08-24 21:56:39 -07:00
Makefile Split Makefile linux targets by architecture 2018-09-16 19:14:44 -07:00
Procfile Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
README.md Improve readme 2018-08-26 17:18:17 -07:00

Miniflux 2

Build Status GoDoc Documentation Status

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

Official website: https://miniflux.app

Documentation

The Miniflux documentation is available here: https://docs.miniflux.app/

Screenshots

Default theme:

Default theme

Dark theme when using keyboard naviguation:

Dark theme

Credits