···129129130130- [Configuration](docs/Configuration.md) - Config file format, rules, and settings.
131131- [URI Scheme](docs/URI%20Scheme.md) - Custom `switchyard://` URLs for specifying browser preferences.
132132+- [Prior Art](docs/Prior%20Art.md) - Similar tools that inspired Switchyard.
132133133134## Development
134135···148149```
149150150151Tests are automatically run in CI on every push and pull request.
151151-152152-## Prior Art
153153-154154-Switchyard draws inspiration from other excellent URL routers and browser pickers:
155155-156156-**Linux:**
157157-158158-- **[Junction](https://github.com/sonnyp/Junction)** - Elegant browser picker with a modern interface.
159159-- **[Braus](https://braus.properlypurple.com/)** - GTK/Python browser picker for selecting browsers on each link click.
160160-161161-**macOS:**
162162-163163-- **[Choosy](https://choosy.app/)** - The gold standard URL router with beautiful UI and powerful rule-based routing.
164164-165165-**Windows:**
166166-167167-- **[BrowseRouter](https://github.com/nref/BrowseRouter)** - JSON-configured browser router for Windows 10/11.
168168-- **[BrowserPicker](https://browserpicker.z13.web.core.windows.net/)** - Microsoft Store app for picking browsers and routing by URL patterns.
169169-170170-**Cross-platform:**
171171-172172-- **[Linklever](https://linklever.net/)** - Fast browser router with URL filtering available on Windows, macOS, and Linux.
173173-174174-Switchyard combines the best ideas from these tools: powerful rule-based routing with a fast, native Linux experience built on GTK4 and libadwaita.
175152176153## License
177154
+21
docs/Prior Art.md
···11+# Prior Art
22+33+Switchyard draws inspiration from other excellent URL routers and browser pickers.
44+55+## Linux
66+77+- **[Junction](https://github.com/sonnyp/Junction)** - Elegant browser picker with a modern interface.
88+- **[Braus](https://braus.properlypurple.com/)** - GTK/Python browser picker for selecting browsers on each link click.
99+1010+## macOS
1111+1212+- **[Choosy](https://choosy.app/)** - The gold standard URL router with beautiful UI and powerful rule-based routing.
1313+1414+## Windows
1515+1616+- **[BrowseRouter](https://github.com/nref/BrowseRouter)** - JSON-configured browser router for Windows 10/11.
1717+- **[BrowserPicker](https://browserpicker.z13.web.core.windows.net/)** - Microsoft Store app for picking browsers and routing by URL patterns.
1818+1919+## Cross-platform
2020+2121+- **[Linklever](https://linklever.net/)** - Fast browser router with URL filtering available on Windows, macOS, and Linux.