Duplicate folder

Describe your feature request
You can duplicated files in a repl, so why not a folder?
What problem(s) would this feature solve?
When trying to make static website, i have to:

1: create the folder
2: dupe css, js and html files
3: place in folder

Explain what you were trying to do when you came across the problem leading to this feature request
i was trying to make a static website and it is literally so annoying.

1 Like

You can run cp -r path/to/folder path/to/new/folder in your repl’s shell, replacing path/to/folder with the path of the folder you want copied and path/to/new/folder with the path of the new folder.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.