improved-rm

Crates.ioimproved-rm
lib.rsimproved-rm
version1.0.0
sourcesrc
created_at2023-11-25 23:56:43.643411
updated_at2023-11-25 23:56:43.643411
descriptionSafely remove files via your terminal
homepagehttps://github.com/FireStreaker2/SafeRM
repositoryhttps://github.com/FireStreaker2/SafeRM
max_upload_size
id1048652
size11,985
FireStreaker2 (FireStreaker2)

documentation

https://github.com/FireStreaker2/SafeRM#usage

README

SafeRM

About

SafeRM is a way to easily remove files and folders inside of your terminal, without the worries of accidently deleting something important forever.

Installation

Cargo

$ cargo install saferm --locked

Git

$ git clone https://github.com/FireStreaker2/SafeRM.git
$ cd SafeRM.git
$ cargo build

Alternatively, you may also download the binary from the releases page.

Usage

SafeRM 1.0
FireStreaker2
Safely remove files via your terminal

USAGE:
    saferm <source>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <source>    Sets the source directory

Example

$ saferm test.txt

License

MIT

Commit count: 6

cargo fmt