Rare find

fs-spy. See exactly which files your Node program reads and writes.

github.com/antfu/fs-spy

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2025
  • feat: replace picocolors with ansis (#8)
April 2022
  • docs: add note about the log file
  • release v0.0.2
  • docs: update about debugging
  • refactor: plain log format
  • feat: access supported (#2)
  • feat: intercept more `read` behavior (#3)
  • fix: split by bachslash on windows using path.sep, close #5 (#7)
  • fix: remove leading UNC prefix in windows' file path (fix #4) (#6)
  • docs: update
  • release v0.0.1
  • chore: update
  • chore: init