./news/newsraft, Terminal based feed reader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.24, Package name: newsraft-0.24, Maintainer: ktnb

newsraft is a feed reader with a ncurses user interface. It attempts
to be lightweight version newsboat. newsraft supports parallel
downloads, section-based feeds grouping, opening links in any
program, viewing news from all feeds with explore mode, automatic
updates for feeds and sections, multiple actions key bindings,
support for feed generating scripts, text search by news titles,
and interactive interface for viewing news content.


Master sites:

Filesize: 140.807 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-03 15:43:00 by Kevin Bloom | Files touched by this commit (2) | Package updated
Log message:
newsraft: update to 0.24

- implement per-feed settings
- implement per-feed binds
- add reload-period setting
- add item-limit setting
- add pager-centering setting
- add mark-item-unread-on-change setting
- add item-content-link-format setting
- add goto-feed action
- add sort-by-important action
- add support for setting lines without set keyword at the beginning
- apply search filter to item content as well
- rebind mark-important and mark-unimportant to f and F
- fallback to updated date in item entries for publication date
  specifier
- remove send-user-agent-header setting
- make use of gperf hashing to slightly speed up feed parsing
- make use of CC environment variable for compiler in tests
- small improvements and reforms

https://codeberg.org/newsraft/newsraft/releases/tag/newsraft-0.24
   2024-04-03 02:55:29 by Kevin Bloom | Files touched by this commit (8) | Package updated
Log message:
updated to use my NetBSD address
   2024-03-14 10:17:49 by Thomas Klausner | Files touched by this commit (2)
Log message:
news/newsraft: Update to 0.23

Provided by Kevin Bloom via wip.

- set limits to feeds/sections with curly brackets in feeds config
- add system notifications via notification-command setting
- add pager-width setting, set it to 100
- add sorting to feeds menu
- add shift-west, shift-east and shift-reset actions
- remove items-count-limit setting
- remove initial-unread-first-sorting setting
- remove toggle-unread-first-sorting action
- merge foreground and background color settings
- bind toggle-explore-mode action to tab (^I)
- bind scroll down to select-next, bind scroll up to select-prev
- fix ignoring search query when marking items read/unread
- fix poor termination after invalid terminal size
   2024-02-19 02:38:56 by Greg Troxel | Files touched by this commit (4) | Package updated
Log message:
news/newsraft: Add newsraft version 0.22

Prepared in wip by Kevin Bloom.

newsraft is a feed reader with a ncurses user interface. It attempts
to be lightweight version newsboat. newsraft supports parallel
downloads, section-based feeds grouping, opening links in any
program, viewing news from all feeds with explore mode, automatic
updates for feeds and sections, multiple actions key bindings,
support for feed generating scripts, text search by news titles,
and interactive interface for viewing news content.