Skip to content

Watch your folders and run certain operations (mv, cp, rm) on new events

Notifications You must be signed in to change notification settings

ikeohachidi/watchAnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why not just use mv, cp, and rm??

Here's a scenerio you're downloading tons of stuff into your downloads folder, this will be useful + i was just building random stuff

Note: A config file must be available

Here's a template

{
    "file": [
        {
        "extensions": ["mp3"],
        "watch": "<path to directory>",
        "destination": "<path to mp3 directory>"
        },
        {
        "extensions": ["mp4"],
        "watch": "<path to directory>",
        "destination": "<path to mp3 directory>"
        },
    ],
}

About

Watch your folders and run certain operations (mv, cp, rm) on new events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages