Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikeohachidi/watchand
- Owner: ikeohachidi
- Created: 2019-10-12T21:10:02.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2019-10-20T14:53:27.000Z (about 5 years ago)
- Last Synced: 2023-03-08T09:57:04.189Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 1.28 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": ""
},
],
}
```