michael-lazar c60beef521 Added readme
2015-02-12 23:20:27 -08:00
2015-02-12 20:40:51 -08:00
2015-02-08 00:09:50 -08:00
2015-02-08 00:10:03 -08:00
2015-02-11 22:35:04 -08:00
2015-02-12 23:20:27 -08:00

Reddit Terminal Viewer (RTV) is a python application that enables browsing content from Reddit (www.reddit.com) on a terminal window. RTV utilizes the curses library and is compatible with a large range of terminals.

Installation

Reddit Terminal Viewer is Py2/Py3 compatible and can be installed via python setuptools.

$ git clone https://github.com/michael-lazar/rtv.git
$ cd rtv
$ sudo python setup.py install

After the installation has finished, a script will be placed in the system path. The program can then be started by typing

$ rtv

Additional options can be viewed with

$ rtv --help

Controls

Subreddit Mode

Up/Down:

move cursor

Right or Enter:

view the selected submission

q:

quit

r or F5:

refresh

/:

open prompt to nagivate to a different subreddit

Submission Mode

Up/Down:

move cursor

Left:

return to subreddit

Right or Enter:

Toggle the selected comment and its children between hidden and visible

q:

quit

r or F5:

refresh

Description
Browse Reddit from your terminal
Readme 52 MiB
Languages
Python 99.3%
Roff 0.4%
Shell 0.2%