From dd7dbdc037124ac7a64b66a97468e13566919b13 Mon Sep 17 00:00:00 2001 From: Robert Miller Date: Tue, 7 May 2019 19:57:32 -0400 Subject: [PATCH 1/4] Changed based on review --- sshcode.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sshcode.go b/sshcode.go index a31e3d8..2dcd5c5 100644 --- a/sshcode.go +++ b/sshcode.go @@ -187,7 +187,6 @@ func parseBindAddr(bindAddr string) (string, error) { if err != nil { return "", err } - return net.JoinHostPort(host, port), nil } From bd0b7f7061f2d2596d7b8ec0b027fda6cfc3c1e4 Mon Sep 17 00:00:00 2001 From: Robert Miller Date: Wed, 8 May 2019 16:40:05 -0400 Subject: [PATCH 2/4] Updated README to expand VS Code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d42339..c5a0f4e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `sshcode` is a CLI to automatically install and run [code-server](https://github.com/cdr/code-server) over SSH. It uploads your extensions and settings automatically, so you can seamlessly use -remote servers as VS Code hosts. +remote servers as VS Code (Visual Studio Code) hosts. If you have Chrome installed, it opens the browser in app mode. That means there's no keybind conflicts, address bar, or indication that you're coding within a browser. From 85db88f4ff7f7962c666e3043a41256e86cf6e1a Mon Sep 17 00:00:00 2001 From: Robert Miller Date: Wed, 8 May 2019 16:41:19 -0400 Subject: [PATCH 3/4] Removed new line from diff --- sshcode.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sshcode.go b/sshcode.go index 2dcd5c5..a31e3d8 100644 --- a/sshcode.go +++ b/sshcode.go @@ -187,6 +187,7 @@ func parseBindAddr(bindAddr string) (string, error) { if err != nil { return "", err } + return net.JoinHostPort(host, port), nil } From 9f5446c760c5837f245211f769be64ddd47553f4 Mon Sep 17 00:00:00 2001 From: Robert Miller Date: Mon, 13 May 2019 15:41:53 -0400 Subject: [PATCH 4/4] Updated README to be a hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5a0f4e..a5db262 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `sshcode` is a CLI to automatically install and run [code-server](https://github.com/cdr/code-server) over SSH. It uploads your extensions and settings automatically, so you can seamlessly use -remote servers as VS Code (Visual Studio Code) hosts. +remote servers as [VS Code](https://code.visualstudio.com) hosts. If you have Chrome installed, it opens the browser in app mode. That means there's no keybind conflicts, address bar, or indication that you're coding within a browser.