Open brave from terminal
See original GitHub issueI am currently trying to open webpages from a terminal using brave, but using something like brave google.com
does not open a new tab in my window nor it opens a new one. What am I doing wrong? Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Installing Brave on Linux
The Brave browser is a fast, private and secure web browser for PC, Mac and mobile. Download now to enjoy a faster ad-free...
Read more >Open a web page from Terminal with Brave Browser
Sometimes I want to open a web page(mostly a GitHub repo) really quickly while I'm writing code. For doing that, I'm using alias...
Read more >Installing Brave Browser on Linux Systems - It's FOSS
Brave is also working on an option to enable users to 'opt for ads' for their favorite websites. If you start using Brave...
Read more >Installing Brave Browser on Ubuntu 22.04 - Linux Hint
First, open the terminal to install the Brave Browser, using the Ctrl + Alt + T shortcut keys: The terminal is now open...
Read more >How to Install Brave Browser In Linux Mint - GeeksforGeeks
The version of the Brave browser installed on Linux system is 90.1.24.86. You can even launch the Brave browser from your Linux terminal...
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 FreeTop 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
Top GitHub Comments
On MAC: /usr/bin/open -a “/Applications/Brave Browser.app” “{link}” Example: /usr/bin/open -a “/Applications/Brave Browser.app” “https://www.google.com/”
For me, in Kali Linux, I just have to type
brave-browser
to open it orbrave-browser google.com
to open it and immediately open google.com . I hope I helped you 😁