mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
470 B
Plaintext
26 lines
470 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# nyxt
|
|
|
|
> A keyboard-driven web browser for power users.
|
|
> More information: <https://nyxt-browser.com/documentation>.
|
|
|
|
- List all profiles:
|
|
|
|
`nyxt --list-data-profiles`
|
|
|
|
- Set the `init.lisp` file path:
|
|
|
|
`nyxt --init {{path/to/file}}`
|
|
|
|
- Change the path to the auto-config file:
|
|
|
|
`nyxt --auto-config {{path/to/file}}`
|
|
|
|
- Print system information:
|
|
|
|
`nyxt --system-information`
|