๐Ÿš€ iTerm Integration for VSCode

February 20, 2026 ยท View on GitHub

Open iTerm2 directly from VSCode's Explorer โ€” because life's too short to cd around manually! ๐ŸŽฏ

โœจ Features

๐Ÿ—‚๏ธ Open in iTerm โ€” Right-click any file or folder in the Explorer and launch iTerm right there

๐Ÿ  Open Project Root in iTerm โ€” Jump straight to your workspace root with one click

๐ŸŽน Command Palette Support โ€” Both commands available via Cmd+Shift+P, so you can bind your own keyboard shortcuts

๐Ÿ“ธ How to Use

From the Explorer

Right-click any file or folder โ†’ pick your flavor:

  • Open in iTerm โ€” opens iTerm at that file/folder's directory
  • Open Project Root in iTerm โ€” opens iTerm at the workspace root

From the Command Palette

Cmd+Shift+P โ†’ type iTerm โ†’ pick a command ๐Ÿ”

โšก Requirements

  • ๐ŸŽ macOS (iTerm2 is macOS-only)
  • ๐Ÿ“Ÿ iTerm2 installed

๐Ÿ› ๏ธ Development

# Install dependencies
npm install

# Compile
npm run compile

# Watch mode
npm run watch

# Run tests
npm test

# Run tests with coverage
npm run test:coverage

Press F5 to launch the Extension Development Host and test the extension live ๐Ÿงช

๐Ÿ“„ License

MIT โ€” do whatever you want with it! ๐ŸŽ‰