Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 775 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 775 Bytes

Changelog

This tool adheres to Semantic Versioning.

0.1.0

Added

  • Crawl queued hyperdrives for novel keys.
    • Start from current working directory.
    • Ignore node_modules and .git directories during crawls.
    • Scrape the following files for keys:
      • .htm and .html — Hypertext markup documents
      • .md and .markdown — Markdown documents
      • .xml — Extensible markup data file
      • .json — JavaScript object notation data file
      • .js — JavaScript script or module
      • .css — Cascading stylesheet
    • Queue mounted directories.
  • Check installed version with --version (abbr. -v) option.
  • Mount discovered drives with --mount (abbr. -m) option.