Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.06 KB

Cleanup My Files

A simple command to cleanup the current folder


Tired of a messy desktop? How about any other folder? "Clean it" with this! This will place all adjacent files in their respective homes (yourUsername/Pictures, yourUsername/Music) on a Windows computer.

NOTE: Does not delete, or copy (no extra disk space used), just move(s)!

See it in action

As a batch file

running as a batch file

As a command

running as a command

For example: Before...

Location Filename
Desktop cleanup.bat, image.jpg, song.mp3, resume.docx
Pictures
Music
Documents

After...

Location Filename
Desktop cleanup.bat
Pictures image.jpg
Music song.mp3
Documents resume.docx

Now cross platform!

Grab 'cleanup' without the extension and use it on Windows or Linux!

to-do: finish the linux version! it starts but doesn't move stuff yet.