1
0
Fork
You've already forked newsraft
0
forked from newsraft/newsraft
feed reader for terminal
  • C 98.8%
  • Makefile 1.2%
2023年02月22日 20:29:50 +03:00
doc set color-list-item-fg, color-list-feed-fg and color-list-section-fg settings to default 2023年02月09日 19:17:25 +03:00
examples add example of running mpv in the background 2023年01月07日 18:11:39 +03:00
src slight performance improvement of windows list 2023年02月22日 20:29:50 +03:00
.gitignore move the build system from meson to make, get rid of gcc dependency, remove references to gcc and meson in licenses, add simple .gitignore 2022年07月31日 18:59:23 +03:00
makefile set version to 0.17 2023年02月10日 16:26:26 +03:00
README.md preen time 2023年02月04日 01:15:52 +03:00

Description

Newsraft is a feed reader with ncurses user interface. It is greatly inspired by Newsboat and tries to be its lightweight counterpart. The design differences between these projects are mentioned in the doc/project-goals.md.

Newsraft in action

Dependencies

Name Version Necessity
curl >= 7.87.0 required
expat >= 2.4.8 required
gumbo >= 0.10.1 required
ncursesw >= 6.2 required
sqlite >= 3.36.0 required
yajl >= 2.1.0 required
C compiler Any C99 required at build-time
make Any POSIX required at build-time
scdoc >= 1.9.1 optional at build-time

Installing

Some package repositories have Newsraft package so it can be installed with a package manager.

Packaging status

If your package repository doesn't provide Newsraft package, you can build it from source. Detailed instructions for different platforms are described in doc/build-instructions.md.

Learning more

The essential source of information about Newsraft is its man page. If you've built Newsraft from source with scdoc dependency, the man page should've been generated in the project directory. Alternatively you can try to read doc/newsraft.scd scdoc file which is used to generate the man page.

Examples on how to configure Newsraft are located in the examples directory.

Contributing

Reporting bugs: doc/contributing-report.md

Making changes: doc/contributing-change.md

Copying

Newsraft is distributed under the terms of the ISC license.