snippetbashTip
tdf — A tui PDF viewer. More information: <https://github.com/itsjunetime/tdf>.
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}}.pdfOpen in fullscreen mode:
tdf {{[-f|--fullscreen]}} {{path/to/file}}.pdfSet a custom white color:
tdf {{[-w|--white-color]}} {{ffffff}} {{path/to/file}}.pdfSet a custom black color:
tdf {{[-b|--black-color]}} "rgb({{0}}, {{0}}, {{0}})" {{path/to/file}}.pdfCode Snippets
Open a specific file
tdf {{path/to/file}}.pdfOpen in fullscreen mode
tdf {{[-f|--fullscreen]}} {{path/to/file}}.pdfSet a custom white color
tdf {{[-w|--white-color]}} {{ffffff}} {{path/to/file}}.pdfSet a custom black color
tdf {{[-b|--black-color]}} "rgb({{0}}, {{0}}, {{0}})" {{path/to/file}}.pdfContext
tldr-pages: common/tdf
Revisions (0)
No revisions yet.