gh-ssh 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# gh-ssh
|
|
2
2
|
|
|
3
|
-
An interactive CLI that guides you through creating or reusing an SSH key and connecting it to GitHub in a 7-step workflow. Optimized for macOS with clipboard support, but works on Linux
|
|
3
|
+
An interactive CLI that guides you through creating or reusing an SSH key and connecting it to GitHub in a 7-step workflow. Optimized for macOS with clipboard support, but works on Linux by printing the key when clipboard isn’t available.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -58,7 +58,7 @@ Options:
|
|
|
58
58
|
## Platform notes
|
|
59
59
|
|
|
60
60
|
- macOS: full workflow, clipboard uses `pbcopy`.
|
|
61
|
-
- Linux
|
|
61
|
+
- Linux: clipboard step prints the key to the terminal instead.
|
|
62
62
|
- Requires `ssh-keygen`, `ssh-agent`, and `ssh-add` to be available in PATH.
|
|
63
63
|
|
|
64
64
|
## Development
|