del-cli
Delete files and folders.
del-cli is a command‑line utility for permanently removing files and directories. It is intended for use in build scripts and other automated workflows where quick, reliable deletion is required. The tool accepts one or more paths or glob patterns, and it can be invoked with options to control its behavior.
Key options include `--force` (or `-f`) to permit deletion of the current working directory or locations outside it, `--dry-run` (or `-d`) to preview which items would be removed without actually deleting them, and `--verbose` (or `-v`) to output the absolute paths of items as they are processed. The utility works across platforms, handling globbing even on Windows, and it avoids accidental removal of parent directories unless explicitly forced.
Compared with similar tools, del-cli offers built‑in safety by disallowing parent‑directory deletion by default and provides a dry‑run mode for verification. It is distributed via npm and can be installed globally for use from any terminal.
Reviews
Loading reviews…
Similar apps
Terminals & CLI
trash-cli
Move files and directories to the trash.
File Management & Transfer
cpy-cli
Copies files.
File Management & Transfer
empty-trash-cli
Empty the trash.
Terminals & CLI
fkill-cli
Simple cross-platform process killer.
File Management & Transfer
file-type-cli
Detect the file type of a file or stdin.
File Management & Transfer
find-up-cli
Find a file by walking up parent directories.