HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tuir — A text user-interface (TUI) to view and interact with Reddit from your terminal. Navigate with the V

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtextinterfacecliusertuituirview

Problem

How to use the tuir command: A text user-interface (TUI) to view and interact with Reddit from your terminal. Navigate with the Vim keys. More information: <https://gitlab.com/ajak/tuir>.

Solution

tuir — A text user-interface (TUI) to view and interact with Reddit from your terminal. Navigate with the Vim keys. More information: <https://gitlab.com/ajak/tuir>.

Launch tuir:
tuir


Open a subreddit:
</>{{subreddit_name}}


Open a link:
<o>


Open a specific subreddit on launch:
tuir -s {{subreddit_name}}


Open external links using programs defined in the mailcap config:
tuir --enable-media

Code Snippets

Launch tuir

tuir

Open a subreddit

</>{{subreddit_name}}

Open a link

<o>

Open a specific subreddit on launch

tuir -s {{subreddit_name}}

Open external links using programs defined in the mailcap config

tuir --enable-media

Context

tldr-pages: common/tuir

Revisions (0)

No revisions yet.