Skip to content

Conversation

@iamgio
Copy link
Owner

@iamgio iamgio commented Oct 28, 2025

This PR enhances the --browser CLI option by removing the hardcoded and constrained selection of browsers.

New selection:

  • none, default
  • Browser name (e.g. chrome). The path is resolved from the environment variable BROWSER_<NAME>. Quarkdown already comes with preloaded paths for Chrome, Chromium, Firefox and Edge.
  • Browser binary path.

For security purposes, it's worth mentioning that the browser process is invoked as <path> url. This will be mentioned also in the wiki.

@iamgio iamgio added the enhancement New feature or request label Oct 28, 2025
@iamgio iamgio linked an issue Oct 28, 2025 that may be closed by this pull request
@iamgio iamgio merged commit 05b12f4 into main Oct 28, 2025
4 checks passed
@iamgio iamgio deleted the enhanced-browser-selection branch October 28, 2025 21:53
@iamgio iamgio mentioned this pull request Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A Browser binary support

2 participants