saferm

Crates.iosaferm
lib.rssaferm
version0.1.4
sourcesrc
created_at2022-11-08 10:00:38.742339
updated_at2022-11-17 15:17:36.10838
descriptionsaferm is a simple wrapper around rm that prevents you from accidentally deleting files.
homepage
repositoryhttps://github.com/Aitthi/safe-rm
max_upload_size
id707953
size7,277
Aitthi Arsa (Aitthi)

documentation

README

Safe rm

Version License

saferm is a simple wrapper around rm that prevents you from accidentally deleting files.

Installation

cargo install saferm

Usage

saferm [FLAGS] [OPTIONS] <FILE>...

Alias in .bashrc or .zshrc etc.

alias rm="saferm"
Commit count: 7

cargo fmt