docs: add Cmd+Shift+. tip for hidden folders in macOS file picker

macOS hides folders starting with . by default. Added both shortcuts:
Cmd+Shift+G (paste path directly) and Cmd+Shift+. (show hidden files).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-21 13:03:10 -07:00
parent 769520cc1d
commit 36c31cd3b8
+3 -1
View File
@@ -185,7 +185,9 @@ Navigate to the `extension/` folder inside gstack. The exact path depends on you
- Project install: `<your-repo>/.claude/skills/gstack/extension`
- Dev/source: `<gstack-repo>/extension`
**Tip:** In the macOS file picker, press **Cmd+Shift+G** to type a path directly. Paste the path and press Enter.
**Tip:** The `extension/` folder may be inside a hidden directory (`.claude/`). Two ways to get there in the macOS file picker:
- **Cmd+Shift+G** — opens a "Go to folder" text field. Paste the full path and press Enter. Fastest.
- **Cmd+Shift+.** (period) — toggles hidden files/folders visible so you can navigate to `.claude/` normally.
Select the `extension/` folder (not a file inside it) and click **Select**.