Skip to content

mitchellaha/autodir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-dir

Directory Tree Creator for Windows

Sample Blocks

Folder

{
    "Name": "Folder_Name",
    "Type": "Folder",
    "Subfolders": [
    {
        "Name": "PDF",
        "Type": "Folder",
        "Subfolders": None
    }
    ]
}

Shortcut

{
    "Name": "Shortcut_Name",
    "Type": "Shortcut",
    "Config": {
        "IconPath": "Z:\\assets\\github.ico",
        "Link": "https://github.com"
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages