Code Monkey home page Code Monkey logo

newsboat's Introduction

Newsboat Build Status Coverage Status Coverity Scan Build Status

Newsboat is a fork of Newsbeuter, an RSS/Atom feed reader for the text console. The only difference is that Newsboat is actively maintained while Newsbeuter isn't.

Downloading

You can download the latest version of Newsboat from the official site: https://newsboat.org/

Alternatively, you can check out the latest version from the Git repository:

git clone git://github.com/newsboat/newsboat.git

Dependencies

Newsboat depends on a number of libraries, which need to be installed before newsboat can be compiled.

Installation

First, you'll have to get the dependencies. Make sure to install the header files for the libraries (on Debian and derivatives, headers are in -dev packages, e.g. libsqlite3-dev.) After that, compiling and installing newsboat is as simple as:

make
make install

(And if you ever need to uninstall it, use make uninstall.)

Support

Development

Decided to work on an issue, fix a bug or add a feature? Great! Be sure to check out our style guide and install pre-commit hook.

You'll probably want to run the tests; here's how:

make -j5 PROFILE=1 all test
(cd test && TMPDIR=/dev/shm ./test --order rand) && cargo test

Note the use of ramdisk as TMPDIR: some tests create temporary files, which slows them down if TMPDIR is on HDD or even SSD.

License

Newsboat is licensed under the MIT license; see the LICENSE file.

newsboat's People

Contributors

akrennmair avatar minoru avatar kmws avatar tsipinakis avatar der-lyse avatar gs93 avatar j605 avatar ni0n avatar noctux avatar skn avatar da2x avatar zaowen avatar aniranc avatar t-8ch avatar arlon1 avatar donkult avatar ittner avatar sebastianrakel avatar jspricke avatar richq avatar dirb avatar carno avatar dschoepe avatar comraderoyce avatar kisom avatar deob83 avatar tkerdonc avatar kastian avatar uqs avatar wreien avatar

Watchers

James Cloos avatar Kyle Sunden avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.