Skip to content

Imports

You can import files and folders from your local machine into your project structure. This will copy the contents of the files and folders into your new structure instead of creating new files and folders.

            

2025_projects

[path/to/2024_ideas]

[path/to/2024_projects] > 2024_projects_archived

path/to/2024_goals.txt > 2025_goals.txt

2025_projects
2024_ideas
travel-blog
screenplay
2024_projects_archived
2025_goals.txt

Full folder import

You can import a the content of a folder by putting its full path inbetween brackets.

[path/to/folder]

Single file import

You can import a single file by putting its full path.

path/to/file.txt

Optional renaming

You can rename imported files and folders by putting the new name after a > symbol.

path/to/file.txt > new-name.txt

Released under the MIT License.