0.0.3 • Published 10 years agoCLI
human-sort
Licence
—
Version
0.0.3
Deps
7
Vulns
1
Weekly
0
human-sort
CLI tool that ranks a list of items by prompting the user to compare two at a time.
Installation
To install from npm, run
npm install -g human-sort
Usage
Usage: human-sort [file]
Examples:
human-sort list.txt rank list from a file
Options:
-d, --delimiter delimiter regex between list items [default: "(?:\r?\n)+"]
-o, --output output file
-h, --help Show help
Building
To compile the source just run npm run build.