Linux command
nyxt 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start browser
nyxt
Open URL
nyxt [https://example.com]
Start with config
nyxt --config [config.lisp]
Start in headless mode
nyxt --headless
说明
nyxt is a keyboard-oriented web browser. Extensible with Common Lisp. The browser features programmable keybindings and commands. Inspired by Emacs and Vim.
参数
- --config _FILE_
- Use configuration file.
- --headless
- Run without GUI.
- --script _FILE_
- Execute Lisp script.
- --help
- Display help information.
- --version
- Display version.
FAQ
What is the nyxt command used for?
nyxt is a keyboard-oriented web browser. Extensible with Common Lisp. The browser features programmable keybindings and commands. Inspired by Emacs and Vim.
How do I run a basic nyxt example?
Run `nyxt` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --config _FILE_ do in nyxt?
Use configuration file.