1.0.9 • Published 12 months ago

copylen v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago