Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/migmm/file-content-copier

With this extension, you'll be able to copy the content of the files you select in the VSCode explorer and take it directly to the clipboard.
https://github.com/migmm/file-content-copier

ai chat-gpt extension files javascript multicopy multifile text typescript vscode-extension

Last synced: 1 day ago
JSON representation

With this extension, you'll be able to copy the content of the files you select in the VSCode explorer and take it directly to the clipboard.

Awesome Lists containing this project

README

        

# FILE CONTENT COPIER


Logo

Did it ever happen to you that you wanted to copy the content of multiple files to the clipboard and had to do the tedious work of copying them one by one? With this extension, you'll be able to copy the content of the files you select in the VSCode explorer and take it directly to the clipboard.

## Features

- With a simple right-click, you can copy the content of the files you select.
- It takes up minimal memory space and doesn't interfere with anything.
- Unlimited amount of characters to copy (determined by your computer's memory).
- Each copied text appears with its corresponding name.
- Show folder structure (configurable)

## Quick Start

- Install extension in VSCode.
- Select the files you want to copy the content of.
- Right-click and select "Copy file content".

And that´s all! Now yo have the content of the files you selected in the clipboard to paste wherever you want.

![Instructions](images/instuctions.gif)

#### Folder structure configuration

![Configuration](images/config-menu.png)

## License

MIT

## Author Information

You can find me on [miguedev](https://www.miguedev.com)