Skip to content

A very simple module for organizing files based on file extensions.

License

Notifications You must be signed in to change notification settings

vlmlee/Auto-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-organizer

To use, specify the file extension to look for and the directory to send those files in config.json.

You can nest file directories and specify your file extensions like this:

    "a.b.c.txt": "/dir/c/b/a/"
  
    or
    
    ".icon.png": "/pictures/icon/",
    ".png": "/pictures/"

This will send that specific extension to that directory.

License: MIT

About

A very simple module for organizing files based on file extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published