|
|
| |
TUIR(1) |
Usage and Commands |
TUIR(1) |
TUIR - Terminal UI for Reddit
tuir [URL] [-s SUBREDDIT]
TUIR (Terminal UI for Reddit) is a terminal interface to view and interact with
reddit.
- URL
- [optional] Full URL of a submission to open
- -h, --help
- show this help message and exit
- -s SUBREDDIT
- Name of the subreddit that will be loaded on start
- --log FILE
- Log HTTP requests to the given file
- --config FILE
- Load configuration settings from the given file
- --ascii
- Enable ascii-only mode
- --monochrome
- Disable color
- --theme FILE
- Color theme to use, see --list-themes for valid options
- --list-themes
- List all of the available color themes
- --non-persistent
- Forget the authenticated user when the program exits
- --no-autologin
- Do not authenticate automatically on startup
- --clear-auth
- Remove any saved user data before launching
- --copy-config
- Copy the default configuration to {HOME}/.config/tuir/tuir.cfg
- --copy-mailcap
- Copy an example mailcap configuration to {HOME}/.mailcap
- --enable-media
- Open external links using programs defined in the mailcap config
- -V, --version
- show program's version number and exit
- --no-flash
- Disable screen flashing
- --debug-info
- Show system and environment information and exit
Move the cursor using the arrow keys or vim style movement.
Press up and down to scroll through submissions.
Press right to view the selected submission and left to return.
Press ? to open the help screen.
- $XDG_CONFIG_HOME/tuir/tuir.cfg
- The configuration file can be used to customize default program
settings.
- $XDG_DATA_HOME/tuir/refresh-token
- After you login to reddit, your most recent OAuth refresh token will be
stored for future sessions.
- $XDG_DATA_HOME/tuir/history.log
- This file stores URLs that have been recently opened in order to visually
highlight them as "seen".
- TUIR_EDITOR
- Text editor to use when editing comments and submissions. Will fallback to
$EDITOR.
- TUIR_URLVIEWER
- Url viewer to use to extract links from comments. Requires a compatible
program to be installed.
- TUIR_BROWSER
- Web browser to use when opening links. Will fallback to
$BROWSER.
Michael Lazar <lazar.michael22@gmail.com> (2017). John Helmert III
<jchelmertt3@gmail.com> (2019).
Report bugs to https://gitlab.com/ajak/tuir/issues
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |