#clipboard #argument #copy #ctc #copies #text #help

bin+lib jabba-ctc

将它的参数(作为文本)复制到剪贴板

2 个版本

0.1.1 2022 年 7 月 30 日
0.1.0 2022 年 7 月 30 日

#6 in #copies

MIT/Apache

7KB
107

jabba-ctc

“ctc”这个名字代表 copy text to clipboard。这是一个二进制crate。

ctc 可以将它的参数(作为文本)复制到剪贴板,或者它可以复制文本文件的内容到剪贴板。

$ ctc --help
ctc (copy text to clipboard) v0.1.1

Usage examples:

* ctc                   print help
* ctc -h, ctc --help    print help
* ctc <text>            copy the given text to clipboard
* ctc -f <file>         copy the content of the given file to clipboard

支持的平台:Windows 和 Linux(带 X 服务器)。

Windows

ctc.exe 放到您的 PATH 中的文件夹。

示例

c:\> ctc hello.txt

现在文本 "hello.txt" 已经复制到剪贴板。

Linux

ctc 依赖于外部命令 xclip 来操作剪贴板内容。因此,您必须使用您的包管理器安装 xclip(在 Ubuntu 上是 sudo apt install xclip)。

在 Linux 下,有两个剪贴板。它们被称为“primary”和“clipboard”。ctc 将文本放在它们两个中,因此您可以使用以下方法之一插入文本:Ctrl+v,Shift+Insert 或鼠标中键点击。

请参见上面的示例,在 Linux 下工作方式类似。

安装

ctc 是用 Rust 编写的。如果您有 Rust 编译器,您可以使用 cargo 命令直接从 crates.io 安装它。

$ cargo install jabba-ctc

依赖关系

~2–11MB
~121K SLoC