Giter Site home page Giter Site logo

tsipinakis / newsbeuter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akrennmair/newsbeuter

0.0 1.0 0.0 9.94 MB

Newsbeuter is an open-source RSS/Atom feed reader for text terminals.

Home Page: http://www.newsbeuter.org/

License: MIT License

Makefile 0.69% C++ 97.33% Shell 0.80% Ruby 0.99% Perl 0.18%

newsbeuter's Introduction

Newsbeuter Build Status Coverage Status

by Andreas Krennmair [email protected]

Newsbeuter is an RSS feed reader for the text console. Zed Shaw called it "The Mutt of Feed Readers".

It is designed to run on Unix-like operating systems such as GNU/Linux and FreeBSD. NetBSD is currently not supported, due to technical limitations.

Downloading

You can download the latest version of newsbeuter from the following website: http://www.newsbeuter.org/

Alternatively, you can check out the latest version from the newsbeuter Git repository (hosted on GitHub):

git clone git://github.com/akrennmair/newsbeuter.git

Dependencies

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

Debian unstable comes with ready-to-use packages for these dependencies.

Installation

Compiling and installing newsbeuter is as simple as:

make
make install

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

Tests

If you're a developer, here's how you can run the test suite:

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

Note the use of ramdisk as TMPDIR: some of our tests require temporary files, which degrades the performance quite a bit if TMPDIR isn't in-memory.

Contact

Andreas Krennmair [email protected]

Support

License

Newsbeuter is licensed under the MIT/X Consortium License. See the file LICENSE for further details.

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.