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.

fmt

Aly Raffauf (Jul 5, 2026, 9:18 PM EDT) 768a4f0a d9d2c905

+1 -1
+1 -1
internal/browser/launch.go
··· 57 57 } 58 58 59 59 // stripDesktopFieldCodes removes desktop field codes without shell-quoting. 60 - // SubstituteURL would produce "''" for an empty URL, which most browsers 60 + // SubstituteURL would produce "”" for an empty URL, which most browsers 61 61 // interpret as file:///. 62 62 func stripDesktopFieldCodes(cmdline string) string { 63 63 for _, code := range []string{"%u", "%U", "%f", "%F", "%i", "%c", "%k"} {