NEWSRAFT(1) General Commands Manual NEWSRAFT(1)

newsraft - feed reader for terminal

newsraft [-f FILE1] [-c FILE2] [-d FILE3] [-l FILE4] [-p] [-v] [-h]

Newsraft is a small text based program for reading syndication feeds - it enables you to obtain content from many blogs and platforms and view all this via one single interface in an efficient and streamlined manner.

-f FILE

Force use of FILE as feeds file.

-c FILE

Force use of FILE as config file.

-d FILE

Force use of FILE as database file.

-l FILE

Write log information to FILE.

-p

Purge feeds not specified in the feeds file.

-v

Print version information.

-h

Print usage information.

To start using Newsraft you have to create a feeds file with the list of links to feeds you want to receive news from. Check out FEEDS FILE section for file syntax and valid paths.

When feeds file is ready, you can launch Newsraft. There are only 4 menus you will have to deal with: sections, feeds, items and pager. Default binds are listed in ACTIONS section.

Sections menu consists of section entries which are needed to organize feeds in groups to be able to process them in bulk. They are kind of directories for feeds. If you didn't specify any section declarations in your feeds file then you will get to the feeds menu straightaway.

Feeds menu consists of feed entries. Every feed entry contains news downloaded from one specific source which you have set in feeds file. To update a single feed you have to select it and press r. If you want to update all feeds, Ctrl-R (or ^R for short) will do this fine. From feeds menu you can get to the items menu by entering some feed.

Items menu consists of feed item entries (i. e. single pieces of news) which you get when you update feeds in the previous menu. Every feed item entry has two switchable properties - read state and importance state. Keys to change read state: d to mark read, D to mark unread, ^D to mark everything read. Keys to change importance state: f to flag important, F to flag unimportant. To view item's content you have to go to pager menu by entering selected item.

Pager menu will display some details about selected item and render its content if it was provided by feed. Usually feed item entries have a links section with one link pointing to a related web page and several links that were mentioned in the item's content. You can copy these links into your clipboard with y key and open them in your web browser with o key. To target a key action to link with a specific index you have to prefix your key with this index. For example, 5y will copy fifth link and 17o will open seventeenth link in the web browser. You can also setup custom command bindings to execute any commands with these links. Consider this config file:

bind m exec mpv "%l"
bind f exec feh "%l"

With this you will be able to open any link in mpv(1) and feh(1) directly from your terminal! Isn't it awesome? It is freaking amazing!

For both sections menu and feeds menu there is a special explore mode. You can toggle it by pressing the tab key (^I). It's truly miraculous: it shows all the news in the current context (i. e. in sections menu it will show you all the news in the database, whereas in feeds menu it will show you all the news of feeds in the current feeds menu). This mode may come in handy when you want to quickly scroll through all the news without switching between sections and feeds back and forth.

And for dessert, I'll tell you about search functionality. You can type / to begin search input - enter the desired query here and press Enter. This will open an items menu with a search query applied. To make filtering go away just make an empty search (press / and Enter in series).

This file contains feed entries that Newsraft will display and process. There are 4 types of lines in feeds file.

Feed lines start with a URL. After at least one whitespace character, the name of the feed may be specified - it must be enclosed in double quotes. For example:

https://example.org/feed.xml "Lorem Ipsum Blog"

Generator lines start with a command enclosed in $(). These act just like feed lines but instead of fetching resources from a remote server they use the output of the specified command to obtain the content.

$(cat ~/local-feed.xml) "Lorem Ipsum Blog"

Section lines start with @ character. After any number of whitespace characters, the name of the section must be specified. For example:

@ Software Releases

Comment lines start with # character. These lines are completely ignored. For example:

# Look closely. The beautiful may be small.

Both feed and section lines allow you to set individual settings and binds for them. The syntax is as follows:

@ Lorem Ipsum < reload-period 1440
http://example.org/feed1.xml "Dolor Sit" < reload-period 60; item-limit 500
http://example.org/feed2.xml "Id Est" < bind b mark-read; exec book.sh "%l"

Settings set for feeds take precedence over the settings specified for sections. Not every setting supports individual assignment - only settings with scalable mark in SETTINGS section do.

Search precedence:

1.
$XDG_CONFIG_HOME/newsraft/feeds
2.
$HOME/.config/newsraft/feeds
3.
$HOME/.newsraft/feeds

This file is used to override default settings and bindings of Newsraft. Presence of config file is totally optional and Newsraft will work without it just fine. There are 3 types of lines in config file.

Setting lines start with a setting name and end with a setting value. Available settings are listed in the SETTINGS and COLOR SETTINGS sections. Here are a couple of examples:

scrolloff 5000
list-entry-date-format "%D"
feeds-menu-paramount-explore true

Binding lines start with the bind word. They define actions that are performed when certain keys are pressed. Complete list of assigned actions can be found in the ACTIONS section. Format of these lines is as follows:

bind key action

There is also a way to assign command bindings. When a key with assigned command binding is pressed, the specifiers in the command are replaced with values of the corresponding entry and the command is executed. You can find which specifiers are available in the description of the menu-item-entry-format setting. Format of these lines is as follows:

bind key exec command

Binding lines support assigning multiple actions to one key. Assigned actions must be separated with semicolon symbols, for example:

bind key action1; action2; exec command1; exec command2; action5

In case you want to disable some binding which was set in Newsraft by default, you can use a line according to this format:

unbind key

Comment lines start with # character. These lines are completely ignored. For example:

# Good design is as little design as possible.

Search precedence:

1.
$XDG_CONFIG_HOME/newsraft/config
2.
$HOME/.config/newsraft/config
3.
$HOME/.newsraft/config

This file stores everything you download from feeds in sqlite3(1) format. Although you now know the format in which the data is stored, it is highly recommended to avoid modifying the database manually - things will break and it will be very sad.

Search precedence:

1.
$XDG_DATA_HOME/newsraft/newsraft.sqlite3
2.
$HOME/.local/share/newsraft/newsraft.sqlite3
3.
$HOME/.newsraft/newsraft.sqlite3

Settings with scalable mark can be set for individual feeds and sections.

reload-period (scalable, default: 0)

Feed auto reload period in minutes. If set to 0, no auto reloads are run.

item-limit (scalable, default: 0)

Maximum number of items stored in a feed. If set to 0, no limit is set.

scrolloff (default: 0)

Minimal number of list menu entries to keep above and below the selected entry. If you set it to a very large value the selected entry will always be in the middle of the list menu (except for start and end of the list menu).

pager-width (scalable, default: 100)

Pager width in characters. If set to 0, the pager will take up all available space.

pager-centering (scalable, default: true)

Whether the pager should center its content when pager-width is not 0. If set to false, the pager will be aligned to the left.

update-threads-count (default: 0)

Maximum number of updates running simultaneously. If set to 0, the setting value will be set to the number of available CPU cores multiplied by 10. However, the setting value will never exceed 100. You might want to set this setting to a lower value if you have a poor network connection causing slowdowns due to overloading.

menu-feed-sorting (default: none)

Sorting order for the feeds menu. Available values: unread-desc, unread-asc, alphabet-desc, alphabet-asc.

menu-item-sorting (default: time-desc)

Sorting order for the items menu. Available values: time-desc, time-asc, unread-desc, unread-asc, important-desc, important-asc, alphabet-desc, alphabet-asc.

open-in-browser-command (scalable, default: ${BROWSER:-xdg-open} "%l")

Shell command for opening URL in a web browser. The URL to be opened is put in place where %l specifier is located.

copy-to-clipboard-command (default: auto)

Shell command for copying text to clipboard. All copied data is sent to the standard input of the command. If it is set to "auto", then Newsraft will set the setting value to "wl-copy" if environment variable WAYLAND_DISPLAY is set and to "xclip -selection clipboard" if environment variable DISPLAY is set. Systems on macOS will force setting value to "pbcopy". In other cases the setting value will be set to "false".

notification-command (default: auto)

Shell command for invoking system notifications about new news received. If it is set to "auto", then Newsraft will set the setting value to "notify-send 'Newsraft brought %q news!'" for most Unix systems and to "osascript -e 'display notification "Newsraft brought %q news!"'" for macOS.

proxy (scalable, default: "")

Sets the proxy to use for the network requests. It must be either a hostname or dotted numerical IPv4 address. To specify IPv6 address you have to enclose it within square brackets. Port number can be set by appending :PORT to the end of setting value. By default proxy protocol is considered HTTP, but you can set a different one by prepending SCHEME:// to the setting value.

proxy-user (scalable, default: "")

User for authentication with the proxy server.

proxy-password (scalable, default: "")

Password for authentication with the proxy server.

global-section-name (default: Global)

Name of the section that contains all feeds.

item-content-format (scalable, default: <b>Feed</b>:&nbsp;&nbsp;%f<br>|<b>Title</b>:&nbsp;%t<br>|<b>Date</b>:&nbsp;&nbsp;%d<br>|<br>%c<br>|<br><hr>%L)

Sets the format according to which the item's content will be generated. The text in this format string is HTML formatted. Fields are separated by | character. If an item doesn't have a value corresponding to the specifier in the field, then the entire field will not be shown. Specifiers are as follows:
f feed title if set, feed link otherwise;
t item title;
l item link;
d item date;
a item authors;
c item content;
L item links list.

item-content-date-format (scalable, default: %a, %d %b %Y %H:%M:%S %z)

Date format in the item's content. Specifier values correspond to the strftime(3) format.

item-content-link-format (scalable, default: <b>[%i]</b>:&nbsp;%l<br>)

Link format in the links list of item's content. %i and %l will be replaced by link index and link address respectively.

list-entry-date-format (default: %b %d)

Date format of the list entries. Specifier values correspond to the strftime(3) format.

menu-section-entry-format (default: %5.0u @ %t)

Format of the section list entries. Specifiers are as follows:
i index number;
u unread items count;
t section title.

menu-feed-entry-format (default: %5.0u │ %t)

Format of the feed list entries. Specifiers are as follows:
i index number;
u unread items count;
l feed link;
t feed name if set, feed link otherwise.

menu-item-entry-format (default: " %u │ %d │ %o")

Format of the item list entries. Specifiers are as follows:
i index number;
u "N" if item is unread, " " otherwise;
d update date formatted according to list-entry-date-format;
D publication date formatted according to list-entry-date-format;
l item link;
t item title;
o item title if set, item link otherwise;
L feed link;
T feed title;
O feed title if set, feed link otherwise.

menu-explore-item-entry-format (default: " %u │ %d │ %-28O │ %o")

Format of the item list entries in explore mode. Specifiers are the same as in menu-item-entry-format.

sections-menu-paramount-explore (default: false)

Enables explore mode in sections menu by default.

feeds-menu-paramount-explore (default: false)

Enables explore mode in feeds menu by default.

mark-item-unread-on-change (scalable, default: false)

Mark every item that changes on a feed update as unread.

mark-item-read-on-hover (default: false)

Mark every item that gets selected as read.

analyze-database-on-startup (default: true)

Run "ANALYZE" SQLite command on the database every time you start Newsraft. It gathers statistics about database and uses it to optimize some queries making runtime faster.

clean-database-on-startup (default: false)

Run "VACUUM" SQLite command on the database every time you start Newsraft. It rebuilds the database file by packing it into a minimal amount of disk space. This can significantly increase startup time.

download-timeout (scalable, default: 20)

Maximum time in seconds that you allow Newsraft to download one feed. Setting to 0 disables the timeout.

download-speed-limit (scalable, default: 0)

Maximum download speed in kilobytes per second (kB/s). Setting to 0 disables the limit.

status-messages-count-limit (default: 1000)

Maximum number of status messages stored in memory. If set to 0, status messages history will not be stored in memory.

user-agent (scalable, default: auto)

User-Agent header sent with download requests. If it is set to "auto", Newsraft will generate it according to the following format:

"newsraft/" + NEWSRAFT_VERSION + " (" + OS_NAME + ")"

OS_NAME shouldn't be a matter of privacy concern, because on most systems it contains nothing more like "Linux" or "Darwin". If you want to be sure of this, check Newsraft log to see how user-agent is set at startup.

If set to "", User-Agent header will not be sent.

respect-ttl-element (scalable, default: true)

Prevents too frequent updates for some feeds. The limit is set by the creators of the feeds in order to save traffic and resources for a very rarely updated feeds. Disabling it is strongly discouraged.

respect-expires-header (scalable, default: true)

Prevents feed updates until the expiration date of the previously downloaded information in order to save traffic and resources. Disabling it is strongly discouraged.

send-if-none-match-header (scalable, default: true)

Sends an entity tag corresponding to the previously downloaded information. If the server from which the feed is downloaded contains information with the same tag, then in order to save traffic and resources, it will reject the download request. Disabling it is strongly discouraged.

send-if-modified-since-header (scalable, default: true)

Sends a date corresponding to the last modification of previously downloaded information. If the server from which the feed is downloaded contains information with the same modification date, then in order to save traffic and resources, it will reject the download request. Disabling it is strongly discouraged.

Color settings are the same settings as above, but they take two color words (foreground and background) and optional attribute words. Available colors are default, black, red, green, yellow, blue, magenta, cyan, white and colorN (N can be a number from 0 to 255). Available attributes are bold, italic and underlined.

Color setting Default value
color-status-good green default
color-status-info cyan default
color-status-fail red default
color-list-item default default
color-list-item-unread yellow default
color-list-item-important magenta default
color-list-feed default default
color-list-feed-unread yellow default
color-list-section default default
color-list-section-unread yellow default

Keys Actions
j, KEY_DOWN, ^E select-next
k, KEY_UP, ^Y select-prev
space, ^F, KEY_NPAGE select-next-page
^B, KEY_PPAGE select-prev-page
g, KEY_HOME select-first
G, KEY_END select-last
J jump-to-next
K jump-to-prev
n jump-to-next-unread
N jump-to-prev-unread
p jump-to-next-important
P jump-to-prev-important
* goto-feed
, shift-west
. shift-east
< shift-reset
t sort-by-time
u sort-by-unread
i sort-by-important
a sort-by-alphabet
l, ^J, KEY_RIGHT, KEY_ENTER enter
r reload
^R reload-all
d mark-read; jump-to-next
D mark-unread; jump-to-next
^D mark-read-all
(not set) mark-unread-all
f mark-important
F mark-unimportant
tab, e toggle-explore-mode
v status-history-menu
o open-in-browser
y, c copy-to-clipboard
/ start-search-input
h, ^?, KEY_LEFT, KEY_BACKSPACE navigate-back
q quit
Q quit-hard

Data formats of feeds which Newsraft recognizes. Not the whole functionality of these formats is implemented, but only the functionality that is most likely to carry the most essential information.

RSS 2.0, 1.1, 1.0, 0.94, 0.93, 0.92, 0.91, 0.9
Atom 1.0
RSS Content Module
Media RSS
DublinCore 1.1 Elements
JSON Feed

Newsraft's behavior depends on the environment variables set, however not all environment variables affect Newsraft directly - many environment variables affect libraries that Newsraft is built on. Thus, ncurses(3) and libcurl(3) recognize a large number of different environment variables which you can learn more about on ncurses(3) and libcurl-env(3) respectively.

However, there is one significant ncurses(3) environment variable that is worth mentioning here - ESCDELAY. It sets delay for reading Escape key. It may surprise you that its default value is 1000 ms, which is well explained in ncurses(3), but many may prefer a value much less than that or even 0.

Directory for applications to store their configuration.

Directory for applications to store their data.

Home directory of your user.

Web browser of your user.

Identifier of the Wayland graphics display.

Identifier of the X graphics display.

Setting that forcibly makes the interface monochrome when set.

mpv(1), feh(1), sqlite3(1), strftime(3), ncurses(3), libcurl(3), libcurl-env(3)

Don't be ridiculous...

Grigory Kirillov <txgk@bk.ru>

2024-03-31