Skip to content

v1.0.4

Compare
Choose a tag to compare
@angusryer angusryer released this 13 Jul 05:04
· 14 commits to main since this release

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.