Coder Social home page Coder Social logo

kkdd / newsboat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from newsboat/newsboat

0.0 3.0 0.0 6.09 MB

An RSS/Atom feed reader for text terminals

Home Page: https://newsboat.org/

License: MIT License

Makefile 1.03% C++ 89.99% Shell 0.94% Ruby 1.06% Perl 0.14% Rust 6.83%

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
$ sudo make install

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

Cross-compilers need to set CARGO_BUILD_TARGET; see cargo documentation.

Support

Development

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

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

$ make -j5 PROFILE=1 all test  # 5 is CPU cores + 1, to parallelize the build
$ (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.

We check the formatting of the Rust code during CI using rust-fmt. To make sure your code is properly formated install and run rust-fmt:

$ rustup component add rustfmt
$ cargo fmt

License

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

newsboat's People

Contributors

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

Watchers

James Cloos avatar  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.