U-C-S / Hurl

Choose the browser on the click of a link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hurl

A windows utility that lets you choose a browser on the click of a link

Releases Platform License Commits

This software is currently in pre-v1.0 version, which means it can frequently introduce breaking changes with new versions.

Why and What?

Sometimes you might want to open a link in a browser of your choice, instead of the default one. Hurl can let you choose the browser eachtime you click a link (links outside of browser). So naturally, It acts as default browser to do that. And hurl can be powered up with a browser extension to let you open a browser tab in different browser.

  • Modern Windows UI with Multiple Customization Options
  • Supports adding own browser config with Launch Arguments
  • Rules to automatically open a browser without prompting
  • Settings application to manage all the features (beta)
  • Web Extension to open browser tabs in Hurl (experimental)

As a Web-Developer, Web-Surfer and someone who uses 3 browsers, Hurl is a bliss - Me probably

Installation & Usage

Download and Install the latest versions of

Get the Hurl_Installer from Releases and Install it.

Lastly, After installing, Make sure to set Hurl as the default http/https protocol handler in the Windows Settings ( For Windows 11, Settings > Apps > Defualt apps > Hurl), just like how you change the default browser.

Check out Hurl Wiki for more details on usage and configuration. And Extensions/README.md for installing the Browser Extension.

Building from Source / Local Development

  • Install Visual Studio 2022 with following workloads
    • .NET desktop development
    • Windows application development
    • Desktop development with C++ (required for building Launcher)
  • After Cloning the Repo, Open the solution file ./Hurl.sln in Visual Studio. You can change the projects between Hurl.BrowserSelector and Hurl.Settings
  • Install Rustup / Setup Rust complier locally to debug Launcher app
  • Install Inno Setup, to create the Hurl Installer

Use the Build Script from Utils/build.ps1 to build the Application in release mode and successively build the installer. Make sure you have all the tools installed mentioned in the above description.

To check out older versions source code, Use the Github Tags.

Contributing

The Project is open to Pull-Requests and Feedback. MIT License.

Credits

About

Choose the browser on the click of a link

License:MIT License


Languages

Language:C# 78.5%Language:Inno Setup 15.4%Language:Rust 3.8%Language:PowerShell 1.7%Language:JavaScript 0.6%