Skip to content

AdiCahyaSaputra/auto-manage-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-manage-files

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

  1. For Pc / Laptop.
  2. For Android :
  • Install Termux
  • Install Nodejs-LTS
$ termux-setup-storage

$ pkg update && pkg upgrade

$ pkg install nodejs-lts
  1. 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
  2. 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

About

Sort your files based on extension ".jpg, .docx, .ppt, .png, etc"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published