Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHints on command-line switches please #388
Comments
|
+1 |
|
Brave v0.8 is just the same total lack in this field. Any plan for introducing some basic command-line switches? |
|
yes we need this we just haven't added it yet, we should be consistent with other popular browsers at least. |
|
Hey thank for answering! Roadmap? |
|
It would also be nice to know what |
|
I perform this same function on Windows using Firefox and an "OpenWith" extension. This Add-on enables me to instantly launch any other browser using the current URL. As of 3/8/2017, Brave Browser only opens using the URL IF the browser isn't already open.
I'm currently doing this w/Chrome, IE, Edge, Opera, Safari... Brave is the only browser to misbehave. (NOTE: I've added "--" as command line argument and it seems to work. Additional clicked links while Brave is open are launched as tabs within the already-open Brave browser.) |
|
Ditto -- have 0.18.16 as my default browser on Ubuntu and xdg-open will exhibit the exact behavior @JamoCA mentioned. I could modify the command line passed to it to maybe fix this -- if I knew what flags I could use. |
|
@aliddell the issue you mentioned above was originally tracked with #9193 Would you mind leaving some comments there about your setup? (@crysman also didn't have luck with the fix I attempted and is running Xubuntu 16.10). The fix I attempted was discovered by @DivineOmega and simply updates the Because you can pass Chromium flags to Brave (which are in the BTW: for folks curious about the various flags, you can check out a full list here: |
|
@bsclifton Sure I will. Thanks for the info. |
|
+1 from fadiphi via brave/brave-browser#391 |
|
This should be fixed with brave-core. Command line options are available as out-of-box feature on brave-core cc: @bsclifton |
|
@srirambv many of the non-working switches will be fixed with Brave Core - the documentation of them still has to be done. I created brave/brave-browser#393 to track that work in Brave Core Since we won't be getting around to it with |
Are there any switches to pass to the browser from command-line?
I tried the über common
--help,-new-tab $url,-n $url(open $url in a new tab) and some others with no success yet. Would like to include the browser in a real-world application test that relies on opening N pages via a simple script but this forbids it.Sorry if the answer's present; I just couldn't find it.