@pown/dicts

2.11.0 • Public • Published

Follow on Twitter NPM Fury SecApps

Pown Dicts

Pown Dicts is a collection of various types of dictionaries.

Credits

This tool is part of secapps.com open-source initiative.

  ___ ___ ___   _   ___ ___  ___
 / __| __/ __| /_\ | _ \ _ \/ __|
 \__ \ _| (__ / _ \|  _/  _/\__ \
 |___/___\___/_/ \_\_| |_|  |___/
  https://secapps.com

Authors

Quickstart

This tool is meant to be used as part of Pown.js but it can be invoked separately as an independent tool.

Install Pown first as usual:

$ npm install -g pown@latest

Invoke directly from Pown:

$ pown dicts

Library Use

Install this module locally from the root of your project:

$ npm install @pown/dicts --save

Once done, invoke pown cli:

$ POWN_ROOT=. ./node_modules/.bin/pown-cli dicts

You can also use the global pown to invoke the tool locally:

$ POWN_ROOT=. pown dicts

Usage

WARNING: This pown command is currently under development and as a result will be subject to breaking changes.

pown dicts [options] <search>

Assorted Dictionaries

Options:
  --version       Show version number                                  [boolean]
  --modules, -m   Load modules                                          [string]
  --help          Show help                                            [boolean]
  --download, -d  Download found dictionaries         [boolean] [default: false]
  --regex, -r     Search with regex                   [boolean] [default: false]

Supported Dictionaries

The following dictionaries are currently supported by this module:

Improvements

This is a great start but there are a number of things that the original author would like to improve. In no particular order here is the current wish list:

  • Ability to transform/cleanup the file output
  • Download progress bar - this could be another module providing this feature
  • Add the commonspeak datasets - those that work

Readme

Keywords

Package Sidebar

Install

npm i @pown/dicts

Weekly Downloads

1

Version

2.11.0

License

MIT

Unpacked Size

581 kB

Total Files

21

Last publish

Collaborators

  • pdparchitect