2 个版本
0.1.1 | 2022年10月12日 |
---|---|
0.1.0 | 2022年10月12日 |
#18 in #cut
11KB
159 行
cxp
将复制、剪切和粘贴功能从您的图形界面文件管理器带到您的终端。
这基本上是将 xcv 移植到 Rust,并支持跨平台数据目录。
用法和演示
USAGE:
cxp command [operand]
where `command` can be:
c: copy files
x: cut files
p: paste files into $PWD
l: list files
t: list files in a tree format
e: empty file buffer
安装
$ cargo install cxp
贡献
欢迎各种形式的贡献,请随意提交问题或创建拉取请求!
提交前测试
-
通过测试
$ cargo test
-
格式化代码
$ cargo fmt
依赖项
~57–510KB