Crates.io | fuck-delete-it |
lib.rs | fuck-delete-it |
version | 0.1.0 |
source | src |
created_at | 2024-04-04 13:02:02.236287 |
updated_at | 2024-04-04 13:02:02.236287 |
description | Force delete file/folder on Windows, kill occupying processes. |
homepage | https://github.com/lxl66566/fuck-delete-it |
repository | https://github.com/lxl66566/fuck-delete-it |
max_upload_size | |
id | 1196165 |
size | 21,281 |
English | 简体中文
Kill all processes occupying a file/folder, and enforce deletion. Inspired by
Have you ever encountered a situation where you can't delete a file/folder because it's being used by another program? This can be annoying on Windows: you may have to search for handles in the Resource Monitor, find the process, and then kill it. This program simplifies that.
There are several different methods to install this program, and you can choose any of them.
C:\Windows\System32
or any directory that exists in your Path
.bpm i fuck-delete-it -b fdi -q
scoop install https://raw.githubusercontent.com/lxl66566/fuck-delete-it/main/fuck-delete-it.json
cargo install fuck-delete-it
Command line:
fdi <PATH> [-y]
You can also directly drag and drop the file/folder into the command line window, and the path will be automatically filled in.
For more information, please check fdi -h
.