2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`</>{{subreddit_name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Open a link:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`<o>`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Open a specific subreddit on launch:
|
|
|
|
|
|
|
|
|
|
`tuir -s {{subreddit_name}}`
|
|
|
|
|
|
|
|
|
|
- Open external links using programs defined in the mailcap config:
|
|
|
|
|
|
|
|
|
|
`tuir --enable-media`
|