tashbenbetov / browserosaurus

MacOS tool that prompts you to choose a browser when opening a link

Home Page:https://browserosaurus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browserosaurus

If you enjoy using Browserosaurus, please consider supporting its continued development.

ko-fi

Browserosaurus is an open-source (MIT license), Electron-based browser prompter for macOS. It works by setting itself as the default browser; any clicked links in non-browser apps are now sent to Browserosaurus where it’ll present you with a menu of all your installed browsers. You may now decide which browser you’d like to continue opening the link with.

Currently supports macOS 10.15.1

Development

Ensure you are running the correct version of Node. The repo includes an .nvmrc file that includes the version number I use.

Get repo:

git clone git@github.com:will-stone/browserosaurus.git

Move to folder:

cd browserosaurus

Install dependencies:

yarn

Run Browserosaurus in dev mode:

yarn start

Prepare for publishing:

yarn package
yarn notarize
yarn make

Browser logos

The browser logos are provided by an excellent project by Cătălin Mariș: https://github.com/alrra/browser-logos

Make icon.icns

To build an icns file from src/images/icon/icon.png, simply run yarn run icns.

About

MacOS tool that prompts you to choose a browser when opening a link

https://browserosaurus.com

License:MIT License


Languages

Language:TypeScript 76.9%Language:JavaScript 9.5%Language:CSS 7.5%Language:Shell 5.6%Language:HTML 0.5%