Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-11 00:20:40 +00:00
parent 9420175cb8
commit 3f758d63f7
10 changed files with 114 additions and 19 deletions

View File

@@ -10,24 +10,24 @@ source: https://github.com/tldr-pages/tldr.git
- Package a web page:
`pake {{https://www.google.com/}}`
`pake {{https://www.example.com/}}`
- Package a web page with a specific window size:
`pake --width {{800}} --height {{600}} {{https://www.google.com/}}`
`pake --width {{800}} --height {{600}} {{https://www.example.com/}}`
- Package a web page with a custom application name and icon:
`pake --name {{Google}} --icon {{path/to/icon.ico}} {{https://www.google.com/}}`
`pake --name {{application_name}} --icon {{path/to/icon.ico}} {{https://www.example.com/}}`
- Package a web page with a non-resizable window:
`pake --no-resizable {{https://www.google.com/}}`
`pake --no-resizable {{https://www.example.com/}}`
- Package a web page with fullscreen mode:
`pake --fullscreen {{https://www.google.com/}}`
`pake --fullscreen {{https://www.example.com/}}`
- Package a web page with a transparent title bar:
`pake --transparent {{https://www.google.com/}}`
`pake --transparent {{https://www.example.com/}}`