1.0.9 • Published 1 year ago

copylen v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago