sfeed_read.1 642 B

1234567891011121314151617181920212223242526272829303132333435
  1. .Dd April 15, 2021
  2. .Dt SFEED_READ 1
  3. .Sh NAME
  4. .Nm sfeed_read
  5. .Nd update and read sfeed feeds
  6. .Sh SYNOPSIS
  7. .Nm
  8. .Op Ar ENGINE
  9. .Sh DESCRIPTION
  10. .Bd -literal
  11. Call sfeed_update and use the sfeed $ENGINE (default sfeed_html) to generate
  12. a file in $FEEDS named after the current date, then call xdg-open on said
  13. file.
  14. .Sh ARGUMENTS
  15. .Bl -tag
  16. .It Ar ENGINE
  17. Specify the sfeed engine to use (defaults to sfeed_html).
  18. .Sh ENVIRONMENT VARIABLES
  19. .Bl -tag
  20. .It Ar FEEDS
  21. The file output sfeed results to (defaults to
  22. .Pa ~/$(xdg-user-dir DOCUMENTS)/feeds)
  23. .It Ar SFEED
  24. The directory containing sfeed feeds (defaults to
  25. .Pa ~/.sfeed/feeds)
  26. .Os Unix; BSD