Sort your downloads within seconds.
Pretty simple: just click the 'Sort files' button on the main screen.
downloadsFolder(required): specifies what folder is your download folderfileTypes(required): contains the filetypes that you want to sortdmElse: the path that files that don't match any sort-able filetypes go (NOT IN USE)
If you want to sort your .msis into a specific folder, than add it into the settings.json file.
Example:
{
"fileTypes": [
{
"msi": "C:\\path\\where\\.msi\\files\\go\\"
}
]
}After downloading/cloning the repository, in that directory, run:
npm installThis will install the packages required to run downloadmanager. (You may not need to do this step.)
After installing the packages, run:
npm startThis will start downloadmanager from source code!