Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffijoe/purge
Windows utility for deleting a directory tree with long paths.
https://github.com/jeffijoe/purge
Last synced: about 1 month ago
JSON representation
Windows utility for deleting a directory tree with long paths.
- Host: GitHub
- URL: https://github.com/jeffijoe/purge
- Owner: jeffijoe
- License: mit
- Created: 2015-03-11T20:05:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T13:56:33.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:12:06.115Z (7 months ago)
- Language: C#
- Size: 828 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purge
Utility for deleting directories that contain files/subdirectories
with long path names.## Get it
Download [purge.exe](/dist) from the dist folder.
Or, build it yourself.
## Usage
Pretty simple. It takes one argument; the path to the folder or file you want to delete.
```
purge
```Path can be absolute, or relative to the current working directory.
## Why?
Because deleting `node_modules` manually is a pain.
## Wishlist
* Explorer Shell integration. Probably not happening because I don't C++.
## Author
Purge written by Jeff Hansen - [@jeffijoe](https://twitter.com/Jeffijoe)
Purge uses portions of the [Microsoft .NET Framework Base Class Libraries](https://bcl.codeplex.com/),
in particular classes from the `Microsoft.Experimental.IO` namespace.