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.

update website URL

Aly Raffauf (Jan 21, 2026, 12:48 PM EST) 5b72a012 b0abbe5f

+2 -2
+1 -1
data/io.github.alyraffauf.Switchyard.metainfo.xml
··· 24 24 <mediatype>x-scheme-handler/https</mediatype> 25 25 </provides> 26 26 27 - <url type="homepage">https://github.com/alyraffauf/switchyard</url> 27 + <url type="homepage">https://switchyard.aly.codes/</url> 28 28 <url type="bugtracker">https://github.com/alyraffauf/switchyard/issues</url> 29 29 <url type="vcs-browser">https://github.com/alyraffauf/switchyard</url> 30 30 <url type="donation">https://ko-fi.com/alyraffauf</url>
+1 -1
src/app.go
··· 15 15 Version = "0.9.2" 16 16 17 17 // Links 18 - WebsiteURL = "https://github.com/alyraffauf/switchyard" 18 + WebsiteURL = "https://switchyard.aly.codes/" 19 19 IssueURL = "https://github.com/alyraffauf/switchyard/issues" 20 20 DonateURL = "https://ko-fi.com/alyraffauf" 21 21 )