mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
39 lines
555 B
Plaintext
39 lines
555 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# rtv
|
|
|
|
> Reddit Terminal Viewer.
|
|
> Use `<ArrowKeys>` to navigate. `<ArrowRight>` and `<ArrowLeft>` to view and return from a submission, respectively.
|
|
> More information: <https://github.com/michael-lazar/rtv>.
|
|
|
|
- Start an interactive session:
|
|
|
|
`rtv`
|
|
|
|
- [Interactive] Open the front page:
|
|
|
|
`/front`
|
|
|
|
- [Interactive] Open a subreddit:
|
|
|
|
`/r/{{subreddit_name}}`
|
|
|
|
- Expand/collapse comments:
|
|
|
|
`<Space>`
|
|
|
|
- Open link:
|
|
|
|
`<o>`
|
|
|
|
- Log in:
|
|
|
|
`<u>`
|
|
|
|
- Display help:
|
|
|
|
`<?>`
|