π Search Terms
fswatch
β
Viability Checklist
β Suggestion
TypeScript developers have written a new nice fswatch Go package to watch filesystems. Good libraries are scarce in this domain.
Publishing fswatch as a stable, standalone Go package would allow others to rely on it and benefit the rest of the Go ecosystem. The package does not need to be moved out of the TypeScript monorepo. The bare minimum would be to drop the "internal" flag, but it would be nicer for the package to have its own go.mod to reduce downstream dependencies.
π Motivating Example
I'm writing another Go tool which needs to listen to filesystem events.
π» Use Cases
File synchronization programs, build tools, media galleries, and so on.
π Search Terms
fswatch
β Viability Checklist
β Suggestion
TypeScript developers have written a new nice
fswatchGo package to watch filesystems. Good libraries are scarce in this domain.Publishing
fswatchas a stable, standalone Go package would allow others to rely on it and benefit the rest of the Go ecosystem. The package does not need to be moved out of the TypeScript monorepo. The bare minimum would be to drop the "internal" flag, but it would be nicer for the package to have its owngo.modto reduce downstream dependencies.π Motivating Example
I'm writing another Go tool which needs to listen to filesystem events.
π» Use Cases
File synchronization programs, build tools, media galleries, and so on.