You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add refreshinterval config option to set the background interval refresh in minutes
calls fetchAllFeeds in background and sends a status message/refreshes feed list
close#101
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,12 @@ filtering:
71
71
defaultIncludeFeedName: true
72
72
```
73
73
74
+
### Refresh interval
75
+
Background refresh interval in minutes. Setting this to anything but 0 will make `nom` refresh automatically.
76
+
```yaml
77
+
refreshinterval: 5
78
+
```
79
+
74
80
75
81
### Theme
76
82
Theme allows some basic color overrides in the feed view and then setting a custom markdown render theme for the overall markdown view. `theme.glamour` can be one of "dark", "dracula", "light", "pink", "ascii" or "notty". See [here](https://github.com/charmbracelet/glamour/tree/master/styles/gallery) for previews and more info.
0 commit comments