The Raggle display is divided into three windows: the Feed window
(along the left side of the screen), the Item window (in the top-right
corner), and the Description window (in the bottom-right corner). The
Feed window contains a list of RSS feeds you're currently subscribed
to. I've included a handful of sample feeds to get you started
raggling. If you'd like more feeds, import my feed list from
"doc/pauls_feeds.opml.gz" with the following command:
# try out a big feed list
gzip -d < doc/pauls_feeds.opml.gz | raggle --import-opml -
Working with Raggle is simple. Use the left and right arrow keys to
navigate between windows. Press Enter or Space to select the
highlighted item in the active window. To launch a browser and view
an item, select the item, navigate to the Description window and press
Enter. Several additional keyboard commands are described in the
Raggle feed in Raggle, and in the Raggle man page.
Here's how you add a new RSS feed to Raggle:
# add a new feed to raggle
raggle --add --url "url"
Where "url" is the URL to the RSS feed. A complete list of feed editing commands
available from the command-line is available in the Raggle man page,
or by typing "raggle --help".
And that's it! If you have any questions or comments about Raggle,
feel free to post your question to the Raggle
mailing list, or email Richard, Ville, or myself.