https://github.com/Duncan1106/DownloadsSort
Script to sort the windows 10/11 Downloads Folder a user defined folder structure
https://github.com/Duncan1106/DownloadsSort
Last synced: 4 months ago
JSON representation
Script to sort the windows 10/11 Downloads Folder a user defined folder structure
- Host: GitHub
- URL: https://github.com/Duncan1106/DownloadsSort
- Owner: Duncan1106
- License: mit
- Created: 2022-05-30T04:45:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T14:54:31.000Z (over 2 years ago)
- Last Synced: 2024-05-18T05:35:52.028Z (11 months ago)
- Language: PowerShell
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Duncan1106/DownloadsSort - Script to sort the windows 10/11 Downloads Folder a user defined folder structure (PowerShell)
README
# Download Sorter
Sorts files from your downloads folder for you.
## Features
Sorts:
- programms with extensions exe or msi
- documents with extensions doc, docx or pdf
- applications with extensions apk or apks
- videos with extensionsmp4, m4v or mkv
- audio with extensions mp3, wav, acc, mid or m4a
- photos with extensions jpg, png or xcfinto prespecified but customisable folders
## Installation and Customisations
there are 2 ways of using this simple programm- ``` Easy ``` : you adapte to my predefinded folderstructure and go on and just use it
- for Programms and Apks you create a folder in your documents, one named 'Programms' and one named 'APKs' inside of the first folder
- for pictures you create a folder called 'Downloaded' in your Pictures folder created by WindowsStatsLogger
- for videos, the same as above, but in the video folder created by Windows
- for music the same as before
- ``` Advanced ``` : you change following parts in my script```bash
- line 21: $ProgrammsFolderPath = [Environment]::GetFolderPath('MyDocuments') + '\Programms\' #for your Programms
```
```bash
- line 24: $DocumentsFolderPath = [Environment]::GetFolderPath('MyDocuments') + '\Downloaded\' #for your documents
```
```bash
- line 27: $ApkFolderPath = $ProgrammsFolderPath + '\APKs' #for your APKs
```
```bash
- line 30: $VideosFolderPath = [Environment]::GetFolderPath('MyVideos') + '\Downloaded\' #for your Videos
```
```bash
- line 33: $MusicFolderpath = [Environment]::GetFolderPath("MyMusic") + '\Downloaded\' #for your audio
```
```bash
- line 36: $PictureFolderPath = [Environment]::GetFolderPath('MyPictures') + '\Downloaded\' #for your pictures
```## Badges

## Security
[](https://github.com/Duncan1106/DownloadsSort/actions/workflows/powershell.yml)
[](https://github.com/Duncan1106/DownloadsSort/actions/workflows/codacy.yml)