Skip to content

vuchkan/copy4gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy4gpt

This Node.js command-line tool helps you prepare and copy code from multiple files into a format suitable for pasting into ChatGPT.

Usage

If you have files named file1.txt and file2.txt with code content, running:

npx copy4gpt file1.txt file2.txt

will copy the following formatted text to your clipboard:

[file1.txt]
# content of file1.txt 

[file2.txt]
# content of file2.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published