Quickly delete large folders/files, such as
node_modules
with thousands of small files
No need to put in recycle bin
No analysis directory required
No need for real-time display to GUI
🚀 fast !!
Can be added to the Windows right-click menu registry, the operation is more convenient
npm install -g my-rm-dir
my-rm-dir .\node_modules
The following test data comes from removing the same node_modules
Name | Time consumed (s) |
---|---|
NodeJS | 15 |
PowerShell | 28.66 |
normal delete | 45.55 |
It is recommended to use ContextMenuManager to manage the right-click menu, and the visual operation is more convenient.
Directly create a new item, select the icon, and set the command.
- Download files in
release
- Execute
where.exe my-rm-dir
incmd
to getlocal address
- Open
script/install.reg
in Notepad - Modify
E:\\Software\\NodeJs\\my-rm-dir
tolocal address
. (\\
is very important) - Save after modification, and double-click to execute
install.reg
Double-click uninstall.reg
in the script
directory