• This repository has been archived on 10/Oct/2019
  • Stars
    star
    780
  • Rank 58,129 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 16 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

ABANDONED! An actively maintained fork is available in newsboat repo

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.

More Repositories

1

gopcap

A simple wrapper around libpcap for the Go programming language
Go
488
star
2

libmp3lame-js

port of libmp3lame to JavaScript using emscripten
JavaScript
223
star
3

ng-pdfviewer

AngularJS PDF viewer directive using pdf.js.
JavaScript
164
star
4

speech-to-server

demo application for libmp3lame.js
JavaScript
100
star
5

telnet-chat

example application to demonstrate Go's capabilities.
Go
88
star
6

epos

embeddable persistent object store
Go
51
star
7

tpp

text presentation program
Ruby
48
star
8

gockel

a Twitter client for text terminals, written in the Go programming language
Go
41
star
9

slice

slice provides generic Map, Reduce and Filter functions for Go.
Go
25
star
10

yocto

yocto is a minimalistic ncurses-based text editor. It is smaller than pico and nano.
C
22
star
11

mongrel2-cpp

A library to develop Mongrel2 handlers in C++.
C++
21
star
12

hashroute.dart

a location hash router for Dart.
Dart
15
star
13

go-stfl

Go wrapper for STFL
Go
14
star
14

baconbird

baconbird is a Twitter client for text terminals.
Perl
12
star
15

dyndnscd

dyndns client daemon
Go
12
star
16

goconf

goconf package - fork from http://code.google.com/p/goconf/
Go
9
star
17

pkgs

I manage some of my installed packages on Mac OS X with CRUX's pkgutils. Here they are.
9
star
18

blackboard

experimental prototype for a WebSocket-based blackboard web app written in Dart (client-side) and Go (server-side).
Go
8
star
19

golang-cgo-slides

slides for my Go/cgo talk.
JavaScript
8
star
20

historic-beer-literature-list

Literature list of historic books about beer and brewing
Go
6
star
21

snake

ncurses-based "snake" clone
C
4
star
22

fileuploader

Go
4
star
23

rat

ridiculously abysmal tar
Go
4
star
24

tuitest

tuitest is a tool to create and run automated tests of text user interfaces.
C
4
star
25

goto-godoc

Chrome extension to open the current tab on godoc.org
JavaScript
3
star
26

wikipedia-degree

My attempt at creating a LaTeX template to generate degree certificates of the fictional "University of Wikipedia".
3
star
27

gnzkrz

gnzkrz is a URL shortener based on the MeToo.pm web framework
JavaScript
3
star
28

golang-uk-talk-2016-slides

slides and link list for my golang UK 2016 talk "Real-Time Go".
3
star
29

trek2400

trek ported to Go
Go
2
star
30

metoo-pm

MeToo.pm is a nano web application framework for Perl
Perl
2
star
31

wikipedia-tracker

wikipedia-tracker is a set of tools to visualize your visited Wikipedia pages in a nice directed graph.
Ruby
2
star
32

whiteboard

a simple remote whiteboard application with tablet capability, built using Dart and Go (refined version of blackboard).
Dart
2
star
33

go-imports

List imports of Go source files
Go
1
star
34

cabinet

cabinet keeps your static files.
Go
1
star
35

dotfiles

my dotfiles
Vim Script
1
star
36

bundlescript

bundles your JavaScript files and modifies HTML files accordingly
Go
1
star
37

joe-irc-adapter

A simple IRC adapter for joe: https://github.com/go-joe/joe
Go
1
star
38

koios

A SQL database client for text terminals, named after the Greek Titan Koios (Coeus) whose name means "query".
Go
1
star
39

uii

uii is a user interface for the ii IRC client
Go
1
star
40

www-shorten-krzzde

Perl module to shorten and lenghten URLs with http://krzz.de/
Perl
1
star
41

ncdu-s3

ncdu-s3 records file sizes of S3 buckets to be used with ncdu
Go
1
star
42

activitylog

JavaScript
1
star
43

pres-prototype

prototype for collaborative reusable presentation writing.
JavaScript
1
star
44

metakrzz

the source code of meta.krzz.de, minus private configuration data and deployment scripts
JavaScript
1
star