← Back to tools
VS Code

Clipster

VS Code extension to copy file paths, folder structures, and contents from the file explorer. Share with AI agents or real humans.

Implementation

// Clipster - VS Code Extension
// Available on the VS Code Marketplace

// Right-click any file or folder in the explorer to:
// 1. Copy the file path
// 2. Copy the folder structure as a tree
// 3. Copy file contents with path headers

// Example output when copying a folder structure:
// src/
//   components/
//     Button.tsx
//     Card.tsx
//   utils/
//     helpers.ts
//   index.ts

// Perfect for sharing project context with AI agents
// or pasting into documentation and chat messages.

Usage

Install from VS Code Marketplace, then right-click files/folders in the explorer panel.

Examples

Input: Right-click folder → Copy Structure
Output: Tree view of folder contents copied to clipboard
Input: Right-click file → Copy Contents
Output: File path + contents copied to clipboard