Crates.io | cyrs |
lib.rs | cyrs |
version | 0.3.1 |
source | src |
created_at | 2021-11-21 08:25:50.602406 |
updated_at | 2024-07-31 15:33:42.407858 |
description | A simple C-c C-v tool in command line. |
homepage | https://github.com/ycycwx/cyrs |
repository | https://github.com/ycycwx/cyrs |
max_upload_size | |
id | 485187 |
size | 25,803 |
A simple C-c C-v tool in command line.
Inspired by MACOS
built-in copy(⌘c
) paste(⌘⌥c
) move(⌘⌥v
).
⚠️ WORK IN PROGRESS.
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