Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 21, 2024
1 parent 9de3ee2 commit 2b9f2c4
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,23 @@ The following keybinds can be used within ntfy-desktop:
<br />

# CLI Arguments
| Argument | Description |
| --- | --- |
| `--hidden` | Start ntfy-desktop hidden, suitable for autostarting on login/boot |
| `--hotkey` | Start ntfy-desktop with hotkeys enabled |
| `--quit` | Clicking top-right close button will completely exit app instead of minimize to tray |
| `--dev` | Start ntfy-desktop with developer tools |
This client

<br />

| Argument | Description | Available as in-game setting |
| --- | --- | --- |
| `--hidden` | Start ntfy-desktop hidden, suitable for autostarting on login/boot ||
| `--hotkey` | Start ntfy-desktop with hotkeys enabled ||
| `--quit` | Clicking top-right close button will completely exit app instead of minimize to tray ||
| `--dev` | Start ntfy-desktop with developer tools ||

<br />

If you are running ntfy-electron from node, you can pass arguments using the following example:
```shell ignore
npm run start -- --hidden
```

<br />

Expand Down

0 comments on commit 2b9f2c4

Please sign in to comment.