Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-01 00:30:49 +00:00
parent dfa6cb04db
commit 06d1dc053b
33 changed files with 263 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
`gs -dQUIET -dBATCH {{file.pdf}}`
- Reduce PDF file size to 150 dpi images for reading on a e-book device:
- Reduce PDF file size to 150 dpi images for reading on an e-book device:
`gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile={{output.pdf}} {{input.pdf}}`