#rm #file #directory #tool #delete-file #command-line-tool

app rmz

快速rm提供了一种替代rm的方法,专注于最大化性能

16个稳定版本

2.2.0 2024年7月1日
2.0.0 2024年1月10日
1.1.10 2023年12月10日
1.1.9 2023年10月9日
0.1.0 2021年11月27日

#293 in 文件系统

Download history 1/week @ 2024-05-04 1/week @ 2024-05-11 9/week @ 2024-05-18 2/week @ 2024-05-25 8/week @ 2024-06-01 15/week @ 2024-06-08 3/week @ 2024-06-15 5/week @ 2024-06-22 167/week @ 2024-06-29 29/week @ 2024-07-06 6/week @ 2024-07-13 10/week @ 2024-07-20 21/week @ 2024-07-27 5/week @ 2024-08-03 2/week @ 2024-08-10 197/week @ 2024-08-17

228每月下载量

Apache-2.0

64KB
1.5K SLoC

rm zippy

Crates.io

rm的快速替代品,用于删除文件和目录。

安装

使用预构建的二进制文件

多个平台上的二进制文件可在发布页面找到。

从源代码构建

$ cargo install rmz

要安装cargo,请遵循这些说明

使用方法

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

删除文件

$ rmz foo

删除目录

$ rmz dir

忽略不存在的文件

$ rmz -f non-existent

更多信息

$ 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

依赖关系

~3–33MB
~505K SLoC