mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
tuir: add page (#5025)
This commit is contained in:
parent
841e17f89a
commit
aad048d0b7
1 changed files with 25 additions and 0 deletions
25
pages/common/tuir.md
Normal file
25
pages/common/tuir.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue