Scroll to navigation

RTV(1) Usage and Commands RTV(1)

NAME

RTV - Reddit Terminal Viewer

SYNOPSIS

rtv [-h] [-V] [-s SUBREDDIT] [-l LINK] [--log FILE] [--config FILE] [--ascii] [--monochrome] [--non-persistent] [--clear-auth] [--copy-config] [--copy-mailcap] [--enable-media]

DESCRIPTION

Reddit Terminal Viewer is a lightweight browser for www.reddit.com built into a terminal window.

OPTIONS

show this help message and exit

show program's version number and exit

Name of the subreddit that will be opened on start

Full URL of a submission that will be opened on start

Log HTTP requests to the given file

Load configuration settings from the given file

Enable ascii-only mode

Disable color

Forget the authenticated user when the program exits

Remove any saved user data before launching

Copy the default configuration to {HOME}/.config/rtv/rtv.cfg

Copy an example mailcap configuration to {HOME}/.mailcap

Open external links using programs defined in the mailcap config

CONTROLS

Move the cursor using either the arrow keys or Vim-style movement. - Press up and down to scroll through submissions. - Press right to view the selected submission and left to return. - Press ? to open the help screen.

FILES

$XDG_CONFIG_HOME/rtv/rtv.cfg
The configuration file can be used to customize default program settings, see README.rst for more information.
$XDG_CONFIG_HOME/rtv/refresh-token
After you login to reddit, your most recent OAuth refresh token will be stored for future sessions. You can disable this behavior by setting the option persistent=False in your configuration file.

ENVIRONMENT

Text editor to use when editing comments and submissions. Will fallback to $EDITOR.
Url Viewer to use to extract links from comments. Requires a compatible Url Viewer to be installed
Web browser to use when opening links.
Pager to use when expanding individual comments and submissions.

AUTHOR

Michael Lazar <lazar.michael22@gmail.com> (2016).

BUGS

Report bugs to https://github.com/michael-lazar/rtv/issues

LICENSE

The MIT License (MIT)

April 10, 2017 Version 1.15.1