⚡ MyRmDir
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
📦 Install
npm install -g my-rm-dir
my-rm-dir .\node_modules
Speed test
The following test data comes from removing the same node_modules
| 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.
Install
- Execute
where.exe my-rm-dir in cmd to get local path
- Open
script/install.reg in Notepad
- Modify
E:\\Software\\NodeJs\\my-rm-dir to local path. ( \\ is very important)
- Save after modification, and double-click to execute
install.reg
Uninstall
Double-click uninstall.reg in the script directory
Delete multiple files at the same time
use script/delete_select_files.ahk
Screenshots


