[md]## rmrs
一个用rust写的类rm工具(开放源代码)
项目地址:https://github.com/ptrzs3/rmrs
可学习本项目用于Rust语法入门
觉得有用请star
项目由bug请report
功能:
- 自定义回收站位置
- 移动文件和文件夹到回收站
- 从磁盘上删除文件 (-f | --forever)
- 清空回收站 (-c | --clear)
- 撤销上一次删除操作 (-z | --undo)
- 查看帮助信息 (-h | --help)
A rm-like tool written in rust.
version: 0.1.0
author: ptrzs3 https://github.com/ptrzs3
Usage: rmrs [OPTIONS] [targets]...
Arguments:
[targets]... file(s) or dir(s) or both of them you want to deleteOptions:
-f, --forever delete forever from disc
-c, --clear clear trash
-z, --undo Undo the last operation if trash hasn't been cleared
-h, --help Print help
-V, --version Print version
正文完