Skip to content

Creating files and folders

Lines without extensions will be created as folders.

Folders will be nested according to indentation. Spaces and basic special characters are allowed in folder names, but avoid using ., \, / and : as they might cause issues.

Lines with extensions will be created as files.

So img.png will be a file, but img will be a folder. Files are empty by default. If you want to copy or move a file, you can use file paths explained in the copy and import section.

            

Folder 1

subfolder-1-1

subfolder-1-1-1.txt

subfolder-1-2

Folder 2

[path/to/Library]

Folder 1
subfolder-1-1
subfolder-1-1-1.txt
subfolder-1-2
Folder 2
Library
config.json

Released under the MIT License.