#剪切板 #终端 #实用工具 #CLI

应用 inclip

一个简单的终端剪切板交互和便利工具

4 个稳定版本

2.0.1 2021 年 8 月 3 日
1.0.2 2020 年 9 月 9 日

#92 in #剪切板

MIT 许可协议

8KB
127

inclip

这是一个简单的终端工具,用于与系统剪切板交互,应在大多数平台上工作。无参数运行时会回显系统剪切板。运行 inclip diff [文件] 子命令将允许您将剪切板内容与文件进行比较。运行 inclip diff 而不带文件参数将导致程序暂停并等待输入,允许您更改剪切板内容并将之前的内容与新的内容进行比较。 inclip copy 可用于将内容回显到剪切板(而不是从剪切板中读取)。

USAGE:
    inclip
        Echo clipboard content
    inclip diff [file] [args...]
        Perform a comparison of clipboard content
        against a file or other clipboard
        content. On Mac and Linux, accepts all
        args that the `diff` command accepts. On
        Windows, accepts all args that the 
        `fc.exe` command accepts. If a file is
        included, it must come before all other
        arguments that would usually be passed to
        diff or fc.exe. 
    inclip copy [file]
        Echos either standard input OR a file into
        the clipboard. 

依赖关系

~2–11MB
~115K SLoC