HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tdf — A tui PDF viewer. More information: <https://github.com/itsjunetime/tdf>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclipdfinformationviewertdftuimore

Problem

How to use the tdf command: A tui PDF viewer. More information: <https://github.com/itsjunetime/tdf>.

Solution

tdf — A tui PDF viewer. More information: <https://github.com/itsjunetime/tdf>.

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

Code Snippets

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

Context

tldr-pages: common/tdf

Revisions (0)

No revisions yet.