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.
Files changed (2) hide show
  1. package/README.md +2 -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/Windows by printing the key when clipboard isn’t available.
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/Windows: clipboard step prints the key to the terminal instead.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-ssh",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Interactive CLI that guides you through creating or reusing SSH keys and connecting them to GitHub.",
5
5
  "license": "MIT",
6
6
  "type": "module",