Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-23 00:21:40 +00:00
parent 716a67f83d
commit 4e6886aa1f
57 changed files with 368 additions and 131 deletions

25
tldr/tdf Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`