summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Krennmair <ak@synflood.at>2009-03-19 15:11:20 +0100
committerAndreas Krennmair <ak@synflood.at>2009-03-19 15:11:20 +0100
commite07b421c3eef15bbd0c5565d82461aad23d9744c (patch)
tree3e264c32f63ac8bbc3e182b87faf6083330f3c5e
parent94c3a80c6479e520015e4b3ae4d0b3a7c6ef7c50 (diff)
updated documentation.
-rw-r--r--doc/newsbeuter.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/newsbeuter.txt b/doc/newsbeuter.txt
index 1484e094..f3d70aa0 100644
--- a/doc/newsbeuter.txt
+++ b/doc/newsbeuter.txt
@@ -560,6 +560,20 @@ podbeuter's download queue:
macro E set browser "echo %u >> ~/.newsbeuter/queue" ; open ; set browser "elinks %u"
+Commandline Commands
+~~~~~~~~~~~~~~~~~~~~
+
+Newsbeuter comes with a -x option that indicates that commands added as arguments
+to the command line shall be executed. Currently, the following commands are
+available:
+
+- reload: this option reloads all feeds, and quits newsbeuter without printing any output.
+ This is useful if a user wants to periodically reload all feeds without always having
+ a running newsbeuter instance.
+- print-unread: this option prints the number of unread articles and quits newsbeuter.
+ This is useful for users who want to integrate this number into some kind of monitoring
+ system.
+
Format Strings
~~~~~~~~~~~~~~