fynereader

package module
v0.0.0-...-5a59f63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2019 License: BSD-3-Clause Imports: 9 Imported by: 0

README

FyneReader

An RSS and Atom reader user interface built using Fyne.

Installing

Using the standard go tools developers can easily install FyneReader with:

go get github.com/andydotxyz/fynereader/cmd/fynereader

Then it can be run using the fynereader command which will laod the main UI.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Show

func Show(app fyne.App)

Show loads the main reader window for the specified app context

Types

type Feed

type Feed struct {
	Title, Link string
	Items       []*FeedItem
}

type FeedItem

type FeedItem struct {
	Title, Description string
	Link               string
}

Directories

Path Synopsis
cmd
fynereader
Package main launches the imgur picture browser example directly
Package main launches the imgur picture browser example directly

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL