Open Your Project in CLI
Open your Lens Studio project folder in a command line interface (CLI) before starting Claude Code, Codex, Cursor, or other AI tools.
Select your platform:
-
Press Command + Spacebar to open Spotlight Search.
-
Type Terminal and press Return to open it.
-
Run
cdwith the path to your project folder.
cd ~/Documents/MyProject
The prompt should show your project folder path at the start of each new line.
On Windows, use PowerShell, not Command Prompt (CMD).
-
Open your Lens Studio project folder in File Explorer.
-
Hold Shift, right-click inside the folder (or on empty space in the file list), and choose "Open PowerShell window here".
Alternatively, open PowerShell from Run and change directory
-
Press Win + R to open the Run dialog.
-
Type
powershelland press Enter. -
Run
cdwith the path to your project folder.
cd C:\Users\YourUserName\Documents\YourProjectName
The prompt should show your project folder path at the start of each new line.