mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 18:02:45 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/pake
12
tldr/pake
@@ -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/}}`
|
||||
|
||||
Reference in New Issue
Block a user