From 36c31cd3b8295e9655dda8370cf89c64ceabc511 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 21 Mar 2026 13:03:10 -0700 Subject: [PATCH] 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) --- BROWSER.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BROWSER.md b/BROWSER.md index d713f7bf..5f542d39 100644 --- a/BROWSER.md +++ b/BROWSER.md @@ -185,7 +185,9 @@ Navigate to the `extension/` folder inside gstack. The exact path depends on you - Project install: `/.claude/skills/gstack/extension` - Dev/source: `/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**.