Skip to content

annahri/browser-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Dispatcher

Browser Dispatcher is a shell script that allows users to open URLs in predefined browsers based on rules specified in a configuration file. It supports dynamic URL matching using YAML configuration.

Features

  • Match URLs to specific browsers using simple rules.
  • Supports regex for flexible URL matching.

Dependencies

Installation

  1. Clone the repository
  2. Put the script somewhere in your PATH, e.g. ~/.local/bin
  3. Put the .desktop file in ~/.local/share/applications
  4. Execute xdg-mime default browser-dispatcher x-scheme-handler/http x-scheme-handler/https
  5. Copy the sample config file to ~/.config/browser-dispatcher/config.yaml
  6. Modify the config to your preference
  7. Done

or just run make install

Uninstallation

  1. Delete the files
  2. Set your default browser back

or just run make uninstall

About

Browser Dispatcher

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published