#cut #copy #paste #command-line-tool #file-manager #directory

app cxp

将复制、剪切和粘贴功能从您的图形界面文件管理器带到您的终端

2 个版本

0.1.1 2022年10月12日
0.1.0 2022年10月12日

#18 in #cut

GPL-2.0-only

11KB
159

cxp

BUILD crates.io

将复制、剪切和粘贴功能从您的图形界面文件管理器带到您的终端。

这基本上是将 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

demo

安装

$ cargo install cxp

贡献

欢迎各种形式的贡献,请随意提交问题或创建拉取请求!

提交前测试

  1. 通过测试

    $ cargo test
    
  2. 格式化代码

    $ cargo fmt
    

依赖项

~57–510KB