#rm #file #tool #delete-file

app rmz

Fast rm provides an alternative to rm that focuses on maximizing performance

15 stable releases

2.1.0 Apr 9, 2024
2.0.0 Jan 10, 2024
1.1.10 Dec 10, 2023
1.1.9 Oct 9, 2023
0.1.0 Nov 27, 2021

#192 in Filesystem

Download history 23/week @ 2024-01-05 2/week @ 2024-01-12 24/week @ 2024-02-16 27/week @ 2024-02-23 7/week @ 2024-03-01 13/week @ 2024-03-08 5/week @ 2024-03-15 1/week @ 2024-03-22 6/week @ 2024-03-29 120/week @ 2024-04-05

136 downloads per month

Apache-2.0

62KB
1.5K SLoC

rm zippy

Crates.io

A zippy alternative to rm, a tool to remove files and directories.

Installation

Use prebuilt binaries

Binaries for a number of platforms are available on the release page.

Build from source

$ cargo install rmz

To install cargo, follow these instructions.

Usage

Background: https://github.com/SUPERCILEX/fuc/blob/master/README.md

Delete a file:

$ rmz foo

Delete a directory:

$ rmz dir

Ignore non-existent files:

$ rmz -f non-existent

More details:

$ rmz --help
A zippy alternative to `rm`, a tool to remove files and directories

Usage: rmz[EXE] [OPTIONS] <FILES>...

Arguments:
  <FILES>...
          The files and/or directories to be removed

Options:
  -f, --force
          Ignore non-existent arguments

      --no-preserve-root
          Allow deletion of `/`

  -h, --help
          Print help (use `-h` for a summary)

  -V, --version
          Print version

Dependencies

~3–36MB
~528K SLoC