LinuxCommandLibrary

tuir

TLDR

Launch Reddit browser

$ tuir
copy
Open specific subreddit
$ tuir -s [programming]
copy
Open with URL
$ tuir [https://reddit.com/r/linux]
copy
Open comments
$ tuir -l [post-url]
copy
Use different theme
$ tuir --theme [molokai]
copy

SYNOPSIS

tuir [-s subreddit] [--theme name] [options] [url]

DESCRIPTION

tuir browses Reddit. It's a terminal interface.
TUI for Reddit. Browse in terminal.
Subreddit navigation. Multi-reddit support.
Comment viewing. Threaded display.
Voting support. Upvote/downvote.

PARAMETERS

-s SUBREDDIT

Open subreddit.
-l URL
Open link.
--theme NAME
Color theme.
--config FILE
Config file.
--help
Show help.

KEY BINDINGS

- j/k - Navigate
- l/h - Enter/back
- a/z - Vote up/down
- c - Comment

CAVEATS

Reddit API limits. OAuth authentication. Fork of rtv.

HISTORY

tuir (Terminal UI for Reddit) is a maintained fork of rtv (Reddit Terminal Viewer) after it was abandoned.

SEE ALSO

rtv(1), newsboat(1)

Copied to clipboard