copylen
v1.0.9
Published
Copies file content based on character length
Downloads
5
Readme
copylen
📋 A simple, intuitive CLI tool to copy content from a file based on character length.
Cross-platform Supports: macOS, Windows, Linux.
Installation
# 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