10 releases

0.3.0 Jan 2, 2023
0.2.1 Jun 14, 2022
0.2.0 Feb 21, 2022
0.1.1 Jan 1, 2022
0.0.5 Nov 24, 2021

#430 in Command line utilities

Download history 3/week @ 2022-12-05 9/week @ 2022-12-12 5/week @ 2022-12-19 29/week @ 2023-01-02 2/week @ 2023-01-09 1/week @ 2023-01-16 13/week @ 2023-01-23 18/week @ 2023-01-30 15/week @ 2023-02-06 42/week @ 2023-02-13 22/week @ 2023-02-20

64 downloads per month

MIT license

12KB
258 lines

cyrs

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

Inspired by MACOS built-in copy(⌘c) paste(⌘⌥c) move(⌘⌥v).

⚠️ WORK IN PROGRESS.

Install

cargo install cyrs

Usage

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

Dependencies

~3.5–4.5MB
~106K SLoC