Directory.Watcher
1.0.1
dotnet tool install --global Directory.Watcher --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Directory.Watcher --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Directory.Watcher&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Directory.Watcher --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Directory Watcher
Introduction
A lightweight CLI tool that watches directories for new ZIP files and attempts to automatically extract them based on how it's ran.
Quick Start
# Install
dotnet tool install --global Directory.Watcher
# Watch the /downloads directory, auto-extract to a local directory of your choice
Directory.Watcher watch /downloads --auto-extract --overwrite-files --auto-extract-directory=/projects/my-project
Options
--auto-extract
: Automatically extract new ZIP files--overwrite-files
: Automatically overwrite existing files, if found--auto-extract-directory
: Defines the extraction destination
Find more info on GitHub: https://github.com/armanossiloko/directory-watcher
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last Updated |
---|---|---|
1.0.1 | 239 | 3/5/2025 |