Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveHome ¶
Types ¶
type Config ¶
type Config struct {
Feeds []FeedEntry `yaml:"feeds"`
SmartFolders []SmartFolder `yaml:"smart_folders,omitempty"`
AfterSyncCommands []string `yaml:"after_sync_commands,omitempty"`
// RefreshInterval in minutes. 0 (default) disables the background
// auto-refresh timer; use `R` or `:sync` for manual pulls.
RefreshInterval int `yaml:"refresh_interval_minutes,omitempty"`
}
type SmartFolder ¶
SmartFolder is a saved query that appears as a virtual folder in the feed list. Selecting it loads articles from across all feeds filtered by Query (using the rdr query language, see internal/ui/query.go).
Click to show internal directories.
Click to hide internal directories.