commands.sh

tdf

all

A tui PDF viewer.

More info →

Options (3)

-f, --fullscreenboolean

Open in fullscreen mode

Example: tdf {{[-f|--fullscreen]}} {{path/to/file}}.pdf
-w, --white-colorboolean

Set a custom white color

Example: tdf {{[-w|--white-color]}} {{ffffff}} {{path/to/file}}.pdf
-b, --black-colorboolean

Set a custom black color

Example: tdf {{[-b|--black-color]}} "rgb({{0}}, {{0}}, {{0}})" {{path/to/file}}.pdf

Examples (4)

Open a specific file

tdf path/to/file.pdf

Open in fullscreen mode

tdf [-f|--fullscreen] path/to/file.pdf

Set a custom white color

tdf [-w|--white-color] ffffff path/to/file.pdf

Set a custom black color

tdf [-b|--black-color] "rgb(0, 0, 0)" path/to/file.pdf
made by @shridhargupta | data from tldr-pages