Hurl
Choose the browser on the click of a link
File Explorer
Download Latest Version (.zip)- release-snapshot.yaml
- release.yaml
- ReleasingNewVersion.md
- BrowserConfiguration.md
- RuleMatching.md
- BrowserProfiles.png
- ChromeProfiles.png
- HurlMainWindow.png
- README.md
- internet128.png
- internet16.png
- internet32.png
- background.js
- manifest.json
- install-nmh.ps1
- package-lock.json
- package.json
- README.md
- internet.ico
- BrowserBarButton.xaml
- BrowserBarButton.xaml.cs
- CliArgs.cs
- CursorPosition.cs
- KeyboardState.cs
- UriLauncher.cs
- launchSettings.json
- IIconLoader.cs
- IQuickViewService.cs
- ISettingsService.cs
- IWebViewEnvironmentService.cs
- IconLoaderService.cs
- JsonFileService.cs
- QuickViewService.cs
- WebViewEnvironmentService.cs
- BrowserItemViewModel.cs
- SelectorPageViewModel.cs
- QuickViewWindow.xaml
- QuickViewWindow.xaml.cs
- SelectorWindow.xaml
- SelectorWindow.xaml.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Hurl.App.csproj
- Program.cs
- IEnumerableExtensions.cs
- AppSettings.cs
- Browser.cs
- QuickViewSettings.cs
- Ruleset.cs
- Settings.cs
- TemporaryDefaultBrowser.cs
- SelectorJsonSerializerContext.cs
- Constants.cs
- GetBrowsers.cs
- Hurl.Library.csproj
- JsonOperations.cs
- RuleMatch.cs
- main.rs
- Cargo.toml
- NewRuleCard.xaml
- NewRuleCard.xaml.cs
- launchSettings.json
- ISettingsService.cs
- JsonFileService.cs
- BrowsersPageViewModel.cs
- EditBrowserPageViewModel.cs
- QuickViewPageViewModel.cs
- RulesetPageViewModel.cs
- SettingsViewModel.cs
- StoreRulesetViewModel.cs
- EditBrowserPage.xaml
- EditBrowserPage.xaml.cs
- NewRulesetDialog.xaml
- NewRulesetDialog.xaml.cs
- TestRules.xaml
- TestRules.xaml.cs
- ViewRulesDialog.xaml
- ViewRulesDialog.xaml.cs
- AboutPage.xaml
- AboutPage.xaml.cs
- BrowsersPage.xaml
- BrowsersPage.xaml.cs
- QuickViewPage.xaml
- QuickViewPage.xaml.cs
- RulesetPage.xaml
- RulesetPage.xaml.cs
- Settings.xaml
- Settings.xaml.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Hurl.Settings.csproj
- internet.ico
- MainWindow.xaml
- MainWindow.xaml.cs
- Program.cs
- Meta.Shared.props
- WinUIAotApp.Shared.props
- installer.iss
- README.md
- UserSettings.schema.json
- .gitignore
- build.ps1
- Cargo.lock
- Cargo.toml
- Directory.Packages.props
- global.json
- Hurl.sln
- LICENSE
- README.md
- SECURITY.md
π Installation Guide
1. Get the code
git clone https://github.com/U-C-S/Hurl
Downloads the entire project code from GitHub to your computer.
cd Hurl
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Node.js
EasyPrerequisites
cd Extensions
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
