Skip to content

ajay-barkade/filego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

filego

  • Simple yet powerful file organising tool.
  • Fully dynamic, where user can define multiple extensions to include.
  • Use file_path_defination.json as a input.
  • Input Instructions -
{
    "source_path": "Directory path from where you want to perform the moving process",
    "destination_path": {
        "lable": {
            "path": "Directory path for that label",
            "extensions": [
                "List of extensions that you want to include in above path",
                "like this [.mp4,.mkv]",
                "Dont forget to include (.) before the extension",
                "You can add multiple labels"
            ]
        },
        "Pictures": {
            "path": "directory path",
            "extensions": [
                ".png",
                ".jpg",
                ".jpeg"
            ]
        }

    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages