Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S authored Sep 11, 2024
1 parent 0b38373 commit a0dedeb
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,45 @@
# Hurl

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

![Hurl Icon](Source/Hurl.BrowserSelector/Assets/internet.ico)

<p align="center">
<a style="text-decoration:none" href="https://github.com/U-C-S/Hurl/releases">
<img src="https://img.shields.io/github/v/release/u-c-s/hurl?color=red&label=latest%20version&style=flat-square" alt="Releases" />
</a>
<a style="text-decoration:none">
<img src="https://img.shields.io/badge/platform-Windows%2010%20%26%2011-blue.svg?style=flat-square" alt="Platform" />
</a>
<a style="text-decoration:none">
<img src="https://img.shields.io/github/license/u-c-s/hurl?style=flat-square" alt="License" />
</a>
<a style="text-decoration:none" href="https://github.com/U-C-S/Hurl/commits">
<img src="https://img.shields.io/github/last-commit/u-c-s/hurl?color=orange&style=flat-square" alt="Commits" />
</a>
</p>
<div align="center">
<img width="130" src="Source/Hurl.BrowserSelector/Assets/internet.ico">

<h1>Hurl</h1>

<p align="center">A windows utility that lets you choose a browser on the click of a link</p>

<p align="center">
<a style="text-decoration:none" href="https://github.com/U-C-S/Hurl/releases">
<img src="https://img.shields.io/github/v/release/u-c-s/hurl?color=red&label=latest%20version&style=flat-square" alt="Releases" />
</a>
<a style="text-decoration:none">
<img src="https://img.shields.io/badge/platform-Windows%2010%20%26%2011-blue.svg?style=flat-square" alt="Platform" />
</a>
<a style="text-decoration:none">
<img src="https://img.shields.io/github/license/u-c-s/hurl?style=flat-square" alt="License" />
</a>
<a style="text-decoration:none" href="https://github.com/U-C-S/Hurl/commits">
<img src="https://img.shields.io/github/last-commit/u-c-s/hurl?color=orange&style=flat-square" alt="Commits" />
</a>
</p>
</div>

> [!NOTE]
> 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 lets you choose the browser each time you click a link (links outside of browsers). So naturally, it acts as default browser to do that.
Hurl can be powered up with a _browser extension_ to let you open a browser tab in a different browser.
Hurl can also be powered up with a _browser extension_ to let you open a browser tab in a different browser.

- Modern Windows UI with multiple customization options
- Supports adding own browser configuration with Launch Arguments
- Supports adding custom browser configuration 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)
- ...more to come

![MainWindow](Docs/Images/HurlMainwindow.png)

> As a Web-Developer, Web-Surfer and someone who uses 3 browsers, Hurl is a bliss
<p align="center">
<img width="720" src="/Docs/Images/HurlMainWindow.png" />
</p>

~ Me, probably

## Installation and usage

Expand Down

0 comments on commit a0dedeb

Please sign in to comment.