Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/migmm/file-content-copier
- Owner: migmm
- License: mit
- Created: 2024-04-10T21:39:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:30:59.000Z (7 months ago)
- Last Synced: 2024-04-26T00:01:50.258Z (7 months ago)
- Topics: ai, chat-gpt, extension, files, javascript, multicopy, multifile, text, typescript, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 42.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FILE CONTENT COPIER
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)