New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

searchive-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

searchive-cli

Searchive for command line.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

searchive-cli

Searchive for command line.

Install

Install with npm:

npm install searchive-cli

Usage

Create Index

Usage
  $ searchive-index <input>|<glob> --output <path>

Options
  --output Output to write index json file

Examples
  $ searchive-index "/your/book/**/*.pdf" --output index.json

Search text in index

Usage
  $ searchive-search <input> --input <index-path>

Options
  --input Input to read index json file

Examples
  $ searchive-index "search word" --input index.json

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Author

License

MIT © azu

Keywords

search

FAQs

Package last updated on 13 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts