|
|
fix typo: current -> currently - sfeed - RSS and Atom parser |
|
|
 |
git clone git://git.codemadness.org/sfeed (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit f2e7a3fca1c05599456a60494fff61bb7b1ecf4e |
|
|
 |
parent 92e833940f8a418157e84f8c1827c40a6a8a44c3 |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
Date: Mon, 31 Jul 2023 18:58:40 +0200 |
|
|
|
|
|
|
|
fix typo: current -> currently |
|
|
|
|
|
|
|
Reported by Allan Wind, thanks! |
|
|
|
|
|
|
|
Diffstat: |
|
|
|
M sfeed_curses.1 | 6 +++--- |
|
|
|
|
|
|
|
1 file changed, 3 insertions(+), 3 deletions(-) |
|
|
|
--- |
|
|
 |
diff --git a/sfeed_curses.1 b/sfeed_curses.1 |
|
|
|
@@ -141,12 +141,12 @@ This will only work when |
|
|
|
.Ev SFEED_URL_FILE |
|
|
|
is set. |
|
|
|
.It f |
|
|
|
-Mark all items of the current loaded feed as read. |
|
|
|
+Mark all items of the currently loaded feed as read. |
|
|
|
This will only work when |
|
|
|
.Ev SFEED_URL_FILE |
|
|
|
is set. |
|
|
|
.It F |
|
|
|
-Mark all items of the current loaded feed as unread. |
|
|
|
+Mark all items of the currently loaded feed as unread. |
|
|
|
This will only work when |
|
|
|
.Ev SFEED_URL_FILE |
|
|
|
is set. |
|
|
|
@@ -325,7 +325,7 @@ Toggle showing only feeds with new items in the sidebar ('t' keybind). |
|
|
|
.Pp |
|
|
|
Go to the first row in the current panel ('g' keybind). |
|
|
|
.Pp |
|
|
|
-Load the current selected feed ('o' keybind'). |
|
|
|
+Load the currently selected feed ('o' keybind'). |
|
|
|
.It |
|
|
|
Set a file to use for managing read and unread items. |
|
|
|
This is a plain-text file containing a list of read URLs, one URL per line. |
|