delfast

Crates.iodelfast
lib.rsdelfast
version0.1.9
sourcesrc
created_at2023-01-22 20:28:34.576323
updated_at2023-01-31 03:17:22.628944
descriptionA simple CLI tool to delete a folder FAST
homepagehttps://github.com/OlivierFortier/delfast
repositoryhttps://github.com/OlivierFortier/delfast
max_upload_size
id765367
size15,972
Olivier Fortier (OlivierFortier)

documentation

README

delfast

A simple CLI tool to delete a folder FAST

Usage

Simply pass a relative or absolute folder path to the tool.

delfast folder_to_be_deleted

You can also use the --confirm or -c flag to show a confirmation prompt.

delfast folder_to_be_deleted --confirm

The --help flag is available to show usage, options and information.

Installation

Install from cargo : cargo install delfast

Install from binary release : simply go to the release section on the github repository and download the appropriate binary for your OS

Then, add the binary to your path to have the command available everywhere

Commit count: 37

cargo fmt