4 个稳定版本
1.0.5 | 2021 年 1 月 22 日 |
---|
#6 在 #safer
8KB
166 行
trash
将文件和文件夹移动到回收站
目录
简介
trash
是一个将文件和文件夹移动到回收站中的命令行应用程序。rm 的更安全替代品。
示例
trash README.md # move README.md to the trash
trash "*.md" # move all files ending in .md in the current direcory to the trash
trash src install.sh # move src folder and install.sh file to the trash
安装 trash
预构建的二进制文件
Trash 支持所有主要平台。您可以直接从 GitHub 安装二进制文件
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/JakeChampion/trash/master/install.sh | sh
如果您不想运行脚本,您可以从 发布 页面下载二进制文件并将其添加到您的 PATH
环境变量中。
从源码安装
如果您已安装 Rust 和 Cargo,则可以从源代码安装 Trash
cargo install trash-it
依赖项
~0.8–1MB