copylen
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

copylen

npm version Release

📋 A simple, intuitive CLI tool to copy content from a file based on character length.

Cross-platform Supports: macOS, Windows, Linux.

Installation

npm · yarn · pnpm · bun

# npm
npm install -g copylen
# yarn
yarn global add copylen
# pnpm
pnpm add -g copylen
# bun
bun install --global copylen

Usage

Usage: copylen [options] <length>

Copies file content based on character length

Arguments:
  length                     Length of chunk characters

Options:
  -V, --version              output the version number
  -l, --len <length>         Length of chunk characters
  -f, --file <path-to-file>  Input file path
  -c, --clipboard            Input from clipboard
  -h, --help                 display help for command

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i copylen

Weekly Downloads

10

Version

1.0.9

License

MIT

Unpacked Size

11.3 kB

Total Files

16

Last publish

Collaborators

  • lollipop-onl