LinkWiz is a Linux tool that lets users select their preferred browser for opening links.
Project description
LinkWiz
LinkWiz is a Linux tool that lets users select their preferred browser for opening links.
Installation
Arch
paru -S linkwiz
pipx
pipx install linkwiz
linkwiz install
Set LinkWiz as default browser
Configuration
You can configure LinkWiz by modifying the linkwiz.toml file, which is created in the ~/.config/linkwiz/linkwiz.toml on the first run. You can add rules to specify which browser to use for specific domains.
Example linkwiz.toml:
[browsers] # Custom Browsers
"Firefox Private" = "/usr/bin/firefox-developer-edition --private-window"
"Brave Private" = "/usr/bin/brave --incognito"
[rules.fnmatch]
"*.cn" = "Brave Private"
"*.google.com" = "Google Chrome" # This will not match "google.com"
[rules.hostname]
"example.com" = "Brave Private"
"github.com" = "Firefox Developer Edition"
"google.com" = "Google Chrome"
TODO
- RIIR
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linkwiz-0.2.6.tar.gz.
File metadata
- Download URL: linkwiz-0.2.6.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.15.2 CPython/3.12.3 Linux/6.8.9-arch1-2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a76c2e392cdaff5efa535b49b9fbd88e10dffedaa8f54c70af528abf05f0b810
|
|
| MD5 |
355fa1bb1e02b8799b9ea7e93b520a53
|
|
| BLAKE2b-256 |
1e53b5051badd678fed7ea4bddda2df289c57356d3110b5963ba61f3336568f9
|
File details
Details for the file linkwiz-0.2.6-py3-none-any.whl.
File metadata
- Download URL: linkwiz-0.2.6-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.15.2 CPython/3.12.3 Linux/6.8.9-arch1-2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f180d3edc87d21075b33dda9522896a0a3eee7fe752323f048d866d90832af1
|
|
| MD5 |
93d5f96009a5d2f0c776c63ff557f918
|
|
| BLAKE2b-256 |
073c6b9aee08f9cc9362582482121820d4625397b097821743e774caa5c87d25
|