client: default to https://tether.pecord.io for double-click UX
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ type Message struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
server := flag.String("server", "http://localhost:8765", "tether-server base URL")
|
server := flag.String("server", "https://tether.pecord.io", "tether-server base URL")
|
||||||
label := flag.String("label", "linux-client", "X-Tether-Client label")
|
label := flag.String("label", "linux-client", "X-Tether-Client label")
|
||||||
sendText := flag.String("send", "", "send this text and exit (otherwise listen)")
|
sendText := flag.String("send", "", "send this text and exit (otherwise listen)")
|
||||||
flag.BoolVar(&noClipboard, "no-clipboard", false, "don't write incoming messages to the OS clipboard")
|
flag.BoolVar(&noClipboard, "no-clipboard", false, "don't write incoming messages to the OS clipboard")
|
||||||
|
|||||||
Reference in New Issue
Block a user