mirror of https://github.com/CrimsonTome/tldr.git
26 lines
424 B
Markdown
26 lines
424 B
Markdown
|
# 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`
|