CLI option to choose the browser when opening the console
See original GitHub issueHi,
Is there any way to choose which browser will be used when opening the console with the CLI? A bit like the BROWSER
environment variable in create-react-app.
Thanks, Thibaut
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How to set the Default Browser from the Command Line?
Execute the following command in terminal,to change the default browser. sudo update-alternatives --config x-www-browser. Sample output:
Read more >SetDefaultBrowser – Set the Default Browser per command ...
UPDATE 10.12.2017 – running Windows 1703 and newer, you can now use my SetUserFTA utility to change the default browser.
Read more >command line - Launching a website via windows commandline
You can just use explorer "https://google.com". Which will launch your default browser and navigate to that site. And on Mac I've using open...
Read more >Run commands in the Command Menu - Chrome Developers
# Open the Command Menu · Press Control + Shift + P (Windows / Linux) or Command + Shift + P (Mac). ·...
Read more >Ability to open AWS console in web browser from aws-cli ...
Add to AWS ClI? Edit: and please include an option to echo the signed URL to stdout so users can paste it into...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Posted an PR attempt at #3406 😃
Thanks @shahidhk, super useful pointers. I’ll try this soon and post back on progress (or lack thereof 😬)