How to Open a Tor Brave Window from Command Line

I love the Brave web browser for many reasons: ad blocking, Brave rewards, crypto integration, and even a Tor tab feature. I’ll often use the Tor feature but wanted to know how I could automated opening Tor windows from command line. To open a Brave Tor tab, you can use the following command: open -a "Brave Browser" --args --incognito --tor Any time I want to remotely open a Tor tab, I can do so via a shell script. Commands are such an underused but valuable utility for apps! The post How to Open a Tor Brave Window from Command Line appeared first on David Walsh Blog. David Walsh Blog… more →
Posted in: JavaScript

How to Open an App from Anywhere on Mac Command Line

Many engineers like myself live in the command line, and perform actions from command line that most others would click an icon for. I’ve always found opening apps from command line on Macs painful. You need to references the Applications directory, add .app to the name, etc. I just want to open apps by name. To open an app from any directory by its simple name, you can use the -a argument to open: open -a Cyberduck # Works regardless of case as well open -a CyBeRdUcK I love -a for a command like open. Being able to open any app by name is exactly what I want! The post How to Open an App from Anywhere on Mac Command Line appeared first on David Walsh Blog. David Walsh Blog… more →
Posted in: JavaScript

​Microsoft open sources Edge web browser’s JavaScript engine, plans port to Linux – ZDNet

ZDNet ​Microsoft open sources Edge web browser's JavaScript engine, plans port to LinuxZDNetWho says Microsoft doesn't get open source these days? On January 13, 2016, Microsoft made good its December 2015 promise to open source ChakraCore, the Microsoft Edge JavaScript engine. And, believe it or not, Microsoft will also port it to Linux.Microsoft open-sources its JavaScript engine ChakraVentureBeatMicrosoft's speedy Chakra JavaScript engine is now open sourceThe Next Weball 6 news articles » JavaScript – Google News… more →
Posted in: JavaScript

Microsoft to open source Chakra, the JavaScript heart of its Edge browser – Ars Technica

VentureBeat Microsoft to open source Chakra, the JavaScript heart of its Edge browserArs TechnicaAt JSConf in Florida today, Microsoft announced that it is open sourcing Chakra, the JavaScript engine used in its Edge and Internet Explorer browsers. The code will be published to the company's GitHub page next month. Microsoft is calling the version …Microsoft starts to open source its JavaScript engine ChakraVentureBeatMicrosoft open-sources Edge's Chakra JavaScript engineBetaNewsMicrosoft's power move: open sourcing Edge's Javascript engineThe Next WebZDNet –WinBeta –Windows Blog –JSConf US Last Callall 24 news articles » JavaScript... more →
Posted in: JavaScript

GNOME Maps App Now Lets Users Open Locations on the OpenStreetMap Website – Softpedia News (blog)

Softpedia News (blog) GNOME Maps App Now Lets Users Open Locations on the OpenStreetMap WebsiteSoftpedia News (blog)Therefore, they are updating several core components and GNOME apps with new features and lots of bugfixes. Among these, we can mention today the GNOME Maps software, a Maps app for the GNOME desktop environment. GNOME Maps 3.19.2 is the … map app – Google News… more →
Posted in: Interactive Maps
1 2