Skip to content

SirRacoozy/wipedir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wipedir

A C# command line tool to remove all folders that follow a given list of names from a starting directory.

Getting started

Example execution: .\wipedir.exe -s C:\ -d .vs -d bin -d obj -r

Parameter Alias Explanation
--start -s The starting directory.
--dir -d Directory to delete. For multiple directories provide the -d argument up to 10 times.
--recursive -r Recursive search.
--yes -y Accepting the direct deletion of the found directories without additional button press.
--skipFolderPrint -sp Skips the printing of the found folders before deletion.
--error -e Enables the error output into a provided file.

How to build from source

Prerequisities

Building

  • git clone https://github.com/Secodity/wipedir.git
  • cd wipedir\Wipedir
  • dotnet build

Acknowledgements

This software uses the following nuget packages:

About

A C# directory wiper

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages