Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SFEED_CONTENT(1)	     General Commands Manual		SFEED_CONTENT(1)

NAME
     sfeed_content -- view RSS/Atom content

SYNOPSIS
     sfeed_content [file ...]

DESCRIPTION
     sfeed_content  formats feed data (TSV) from sfeed(1) from stdin or for each
     file to stdout as plain-text content.  For HTML content it uses lynx(1)  to
     convert it to plain-text.	At the end it uses the pager to view the output.
     The sfeed_content script can be used by sfeed_curses(1) to view content.

ENVIRONMENT VARIABLES
     PAGER   The  pager  used to view the content.  If it is not set or empty it
	     will use "less -R" by default.

     SFEED_HTMLCONV
	     The program used to convert HTML content to plain-text.  If  it  is
	     not set or empty it will use lynx by default.

EXIT STATUS
     The sfeed_content utility exits 0 on success, and >0 if an error occurs.

EXAMPLES
     Example:

	 curl -s 'https://codemadness.org/atom_content.xml' | sfeed | sfeed_content

     The output format will look like this:

	 Title:     The title.
	 Author:    The line with the author if it is set.
	 Category:  The line with the categories if it is set.
	 Link:	    The line with the link if it is set.
	 Enclosure: The line with the enclosure if it is set.

	 The content converted to plain-text.

	 <form feed character> if there are multiple items.

SEE ALSO
     awk(1), less(1), lynx(1), sfeed_curses(1)

AUTHORS
     Hiltjo Posthuma <hiltjo@codemadness.org>

FreeBSD ports 15.quarterly	February 7, 2026		SFEED_CONTENT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sfeed_content&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help