summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-12-20 22:22:39 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-12-20 22:22:39 +0100
commitd77bd7c1e0b38b3320134fed0f496182bf1354e7 (patch)
tree2ec571df2c18ca86a03dc6d3e147e49b7ec0347d
parentf29d7e8eb2bd877eaa11b5e15c5f14f9ee7116b0 (diff)
sfeed_curses.1: small rewording and tweaks in the example
-rw-r--r--sfeed_curses.116
1 files changed, 9 insertions, 7 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1
index be68d92..94ffd4c 100644
--- a/sfeed_curses.1
+++ b/sfeed_curses.1
@@ -1,4 +1,4 @@
-.Dd May 5, 2022
+.Dd December 20, 2022
.Dt SFEED_CURSES 1
.Os
.Sh NAME
@@ -312,24 +312,26 @@ sfeed_curses ~/.sfeed/feeds/*
Which does the following:
.Bl -enum
.It
+Set commands to execute automatically:
+.Pp
Set the current layout to a horizontal mode ('2' keybind').
Showing a feeds sidebar on the top and the feed items on the bottom.
-.It
+.Pp
Toggle showing only feeds with new items in the sidebar ('t' keybind).
-.It
+.Pp
Go to the first row in the current panel ('g' keybind).
-.It
+.Pp
Load the current selected feed ('o' keybind').
.It
Set a file to use for managing read and unread items.
-This file is a plain-text file containing a list of read URLs, one URL per
-line.
+This is a plain-text file containing a list of read URLs, one URL per line.
.It
Check if this file for managing the read and unread items exists.
If it doesn't exist yet then create an empty file.
.It
Start
-.Nm .
+.Nm
+and read the specified feed files.
.El
.Sh SEE ALSO
.Xr sfeed 1 ,