11 个版本

0.3.1 2024年7月31日
0.3.0 2023年1月2日
0.2.1 2022年6月14日
0.2.0 2022年2月21日
0.0.5 2021年11月24日

#683命令行工具

Download history · Rust 包仓库 15/week @ 2024-07-05 · Rust 包仓库 99/week @ 2024-07-26 · Rust 包仓库 21/week @ 2024-08-02 · Rust 包仓库

每月 120 次下载

MIT 许可证

13KB
258

cyrs

命令行中的简单 C-c C-v 工具。

灵感来源于 MACOS 内置的 复制(⌘c) 粘贴(⌘⌥c) 移动(⌘⌥v)。

⚠️ 进行中。

安装

cargo install cyrs

用法

A simple C-c C-v tool in command line.

Usage: cy [INPUT]...
       cy <COMMAND>

Commands:
  add    Add files into clipboard [aliases: a]
  copy   Copy all files in clipboard to target dir [aliases: c, cp]
  move   Move all files in clipboard to target dir [aliases: m, mv]
  list   List all files in clipboard [aliases: l, ls, show]
  reset  Reset clipboard [aliases: clear]
  help   Print this message or the help of the given subcommand(s)

Arguments:
  [INPUT]...  Mark files into clipboard

Options:
  -h, --help     Print help information
  -V, --version  Print version information

依赖

~4.5–7MB
~120K SLoC