Sort your files based on extension ".jpg, .docx, .ppt, .png, etc" AUTO. usually used to manage messy download folders
You need to install Nodejs-LTS first
- For Pc / Laptop.
- For Android :
- Install Termux
- Install Nodejs-LTS
$ termux-setup-storage
$ pkg update && pkg upgrade
$ pkg install nodejs-lts
- Or see documentation Nodejs For Mobile
- Download the code by clicking "code" (green button at top right. Turn on desktop mode first if you using mobile) then click Download Zip and then extract it
- Or if you already install git on your device, you can also clone this repo
Lets Open your Command Prompt / CMD / Termux / etc. Then
Start Auto Manage Files (Change Directory First to This Code Folder Path)
$ cd /storage/emulated/0/auto-manage-files
$ node manageFile.js
Paste file path you want to Manage
Manage Folder Path : /storage/emulated/0/Download
Check config.json Files!
You can customize the rule whatever do you want!
"ExampleFolderName": ["rule1", "rule2", "rule3"],
"music": ["mp3", "m4a", "webm", "wav"]
don't forget to add a comma (,) before you add new rule
Now you will see the magic things. If Error, You Can Move File manually lmao