https://github.com/mwd1993/desktopsorter
C# Application, when ran, sorts your Desktop Folders & Files by their extension name, into their own folders, in a folder named DesktopSorter
https://github.com/mwd1993/desktopsorter
csharp desktop-software open-source opensource organisation organization organizing sorter sorting
Last synced: 8 months ago
JSON representation
C# Application, when ran, sorts your Desktop Folders & Files by their extension name, into their own folders, in a folder named DesktopSorter
- Host: GitHub
- URL: https://github.com/mwd1993/desktopsorter
- Owner: mwd1993
- License: mit
- Created: 2021-12-04T03:47:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T06:21:48.000Z (over 3 years ago)
- Last Synced: 2024-12-22T05:31:14.587Z (10 months ago)
- Topics: csharp, desktop-software, open-source, opensource, organisation, organization, organizing, sorter, sorting
- Language: C#
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DesktopSorter
Desktop Application written in C# that sorts and cleans your Desktop by doing the following:1. Groups all files, by extension-type, then moves the files to a folder named by said type (jpg, mp3, exe, etc).
2. Then, moves any folders less than 1 Gig in size, to a main folder named, "\_DesktopSorterFolders".
3. Lastly, it stores all of these new folders and files, into a Main folder on your desktop named, "DesktopSorter".
4. You can then run this program 'backwards' which places everything back onto the Desktop.
##### ** USE AT YOUR OWN RISK **
##### Compile yourself, or Download from [Releases](https://github.com/mwd1993/DesktopSorter/releases)# Version 0.0.4 and higher provides an Interface

# Usage (0.0.3 and below) uses CMD line
##### ** Recommended to run CMD as Administrator, not required though **
#### (this sorts all of your desktop items)
```
DesktopSorter.exe compress
```
#### (this sorts all of your desktop items, ignoring extensions (or folders) seperated by ",")
```
DesktopSorter.exe compress .exe,.ini,folders,.mp3,.wav,.mp4
```
#### (this extracts all of your compressed items back to the desktop)
```
DesktopSorter.exe decompress
```# Image Example:
### (After running "compression")
