Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikeohachidi/watchand

Watch your folders and run certain operations (mv, cp, rm) on new events
https://github.com/ikeohachidi/watchand

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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
```json
{
"file": [
{
"extensions": ["mp3"],
"watch": "",
"destination": ""
},
{
"extensions": ["mp4"],
"watch": "",
"destination": ""
},
],
}
```