Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gnome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: move Prior art from README.md

Aly Raffauf (Jan 22, 2026, 12:19 AM EST) f5d6542f 2f7c0187

+22 -24
+1 -24
README.md
··· 129 129 130 130 - [Configuration](docs/Configuration.md) - Config file format, rules, and settings. 131 131 - [URI Scheme](docs/URI%20Scheme.md) - Custom `switchyard://` URLs for specifying browser preferences. 132 + - [Prior Art](docs/Prior%20Art.md) - Similar tools that inspired Switchyard. 132 133 133 134 ## Development 134 135 ··· 148 149 ``` 149 150 150 151 Tests are automatically run in CI on every push and pull request. 151 - 152 - ## Prior Art 153 - 154 - Switchyard draws inspiration from other excellent URL routers and browser pickers: 155 - 156 - **Linux:** 157 - 158 - - **[Junction](https://github.com/sonnyp/Junction)** - Elegant browser picker with a modern interface. 159 - - **[Braus](https://braus.properlypurple.com/)** - GTK/Python browser picker for selecting browsers on each link click. 160 - 161 - **macOS:** 162 - 163 - - **[Choosy](https://choosy.app/)** - The gold standard URL router with beautiful UI and powerful rule-based routing. 164 - 165 - **Windows:** 166 - 167 - - **[BrowseRouter](https://github.com/nref/BrowseRouter)** - JSON-configured browser router for Windows 10/11. 168 - - **[BrowserPicker](https://browserpicker.z13.web.core.windows.net/)** - Microsoft Store app for picking browsers and routing by URL patterns. 169 - 170 - **Cross-platform:** 171 - 172 - - **[Linklever](https://linklever.net/)** - Fast browser router with URL filtering available on Windows, macOS, and Linux. 173 - 174 - Switchyard combines the best ideas from these tools: powerful rule-based routing with a fast, native Linux experience built on GTK4 and libadwaita. 175 152 176 153 ## License 177 154
+21
docs/Prior Art.md
··· 1 + # Prior Art 2 + 3 + Switchyard draws inspiration from other excellent URL routers and browser pickers. 4 + 5 + ## Linux 6 + 7 + - **[Junction](https://github.com/sonnyp/Junction)** - Elegant browser picker with a modern interface. 8 + - **[Braus](https://braus.properlypurple.com/)** - GTK/Python browser picker for selecting browsers on each link click. 9 + 10 + ## macOS 11 + 12 + - **[Choosy](https://choosy.app/)** - The gold standard URL router with beautiful UI and powerful rule-based routing. 13 + 14 + ## Windows 15 + 16 + - **[BrowseRouter](https://github.com/nref/BrowseRouter)** - JSON-configured browser router for Windows 10/11. 17 + - **[BrowserPicker](https://browserpicker.z13.web.core.windows.net/)** - Microsoft Store app for picking browsers and routing by URL patterns. 18 + 19 + ## Cross-platform 20 + 21 + - **[Linklever](https://linklever.net/)** - Fast browser router with URL filtering available on Windows, macOS, and Linux.