mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 19:51:09 +00:00
Update cheatsheets
This commit is contained in:
21
nativefier
Normal file
21
nativefier
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nativefier
|
||||
|
||||
> Command-line tool to create a desktop app for any web site with minimal configuration.
|
||||
> More information: <https://github.com/jiahaog/nativefier>.
|
||||
|
||||
- Make a desktop app for a website:
|
||||
|
||||
`nativefier {{url}}`
|
||||
|
||||
- Create a desktop app with a custom name:
|
||||
|
||||
`nativefier --name {{name}} {{url}}`
|
||||
|
||||
- Use a custom icon, should be a PNG:
|
||||
|
||||
`nativefier --icon {{path/to/icon.png}} {{url}}`
|
||||
Reference in New Issue
Block a user