Skip to content

Releases: angusryer/fsvz

1.0.8

17 Oct 14:52
Compare
Choose a tag to compare

What's Changed

  • Improve pattern-matching capability and bug fixes by @angusryer in #4

Full Changelog: 1.0.7...1.0.8

1.0.7

14 Jul 03:51
Compare
Choose a tag to compare

What's Changed

  • Impl. batch processing to ensure array in getDirectoryStructure metho… by @angusryer in #2

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

13 Jul 05:13
Compare
Choose a tag to compare

Full Changelog: 1.0.5...1.0.6

v1.0.5

13 Jul 05:07
Compare
Choose a tag to compare
  • fixed package.json incorrect package name reference
  • updated README

Full Changelog: 1.0.4...1.0.5

v1.0.4

13 Jul 05:04
Compare
Choose a tag to compare

fsvz v1.0.4

Initial Release

Features

•	No External Dependencies: fsvz is built purely with Node.js built-in modules, ensuring a lightweight and dependency-free experience.
•	Customizable Output: Choose between a simple output with dashes or a fancy tree-like ASCII structure. The fancy output is the default.
•	Pattern Ignoring: Easily ignore files and directories based on provided glob patterns.
•	JSON & CSV Export: Export the directory structure as JSON or CSV for further processing or sharing.
•	Raw Output to File: Output the raw tree structure to a file, exactly as it would be displayed in the terminal.