Skip to content

A simple command line tool to erase all files with same extension

License

Notifications You must be signed in to change notification settings

evilprince2009/GarbageCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarbageCleaner

Want to delete all files in a directory with same extensions ? Deleting them one by one is a pain. GarbageCleaner is here to help you. Just open this command line , put your directory path , extensions you want to delete and forget it. Thousand of unwanted files will be deleted in a few seconds.

Requirements

  • .NET Core Version 5.0.301

How to use

  • ⚡ Download the source code and build it using Visual Studio or VSCode.
  • ⚡ Run it from Visual Studio , VSCode or command line. Alternatively you can run it by clicking the GarbageCleaner.exe file located inside \GarbageCleaner\bin\Debug\net5.0 directory.
  • ⚡ Put your directory path where your files are located and the file extensions you want to delete.
    • ⚡ Example: C:\Users\User\Desktop\images. (Directory that contains your files)
    • ⚡ Example: jpg. (Extensions you want to delete. You don't need to put the dot before the extension)
  • ⚡ This is all you need to do.

A sneek peek how it works

GarbageCleaner

⚡⚡ Ibne Nahian ⚡⚡

Releases

No releases published

Packages

No packages published

Languages