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

Configure Feed

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

docs/WebExtesnion: fix oneliner

Aly Raffauf (May 30, 2026, 2:32 PM EDT) a1b784c4 03d4045a

+3 -3
+3 -3
docs/WebExtension.md
··· 14 14 15 15 The Switchyard extension can also show your installed browsers directly in the popup, letting you send the current tab to a specific browser in one click. This requires installing a native messaging host on your system. 16 16 17 - Please read [`scripts/install-desktop-integration.sh`](../scripts/install-desktop-integration.py) before running this command: 17 + Please read [`scripts/install-desktop-integration.py`](../scripts/install-desktop-integration.py) before running this command: 18 18 19 19 ```bash 20 - curl -fsSL https://raw.githubusercontent.com/alyraffauf/Switchyard/master/scripts/install-desktop-integration.sh | bash 20 + curl -fsSL https://raw.githubusercontent.com/alyraffauf/Switchyard/master/scripts/install-desktop-integration.sh | bash -s -- --install --yes 21 21 ``` 22 22 23 23 After installation, restart your browser(s). The extension popup will list your installed browsers. ··· 25 25 ### Uninstall 26 26 27 27 ```bash 28 - bash install-desktop-integration.sh --uninstall 28 + curl -fsSL https://raw.githubusercontent.com/alyraffauf/Switchyard/master/scripts/install-desktop-integration.sh | bash -s -- --uninstall 29 29 ``` 30 30 31 31 This removes all manifests and wrappers, but the `flatpak override` permissions granted during install are left in place. It's up to the user to decide what to do with them.