https://github.com/thecodesmith/filesystem-watcher
A CLI to print filesystem events in real time
https://github.com/thecodesmith/filesystem-watcher
Last synced: 8 months ago
JSON representation
A CLI to print filesystem events in real time
- Host: GitHub
- URL: https://github.com/thecodesmith/filesystem-watcher
- Owner: thecodesmith
- License: mit
- Created: 2021-12-22T19:52:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T19:56:42.000Z (over 4 years ago)
- Last Synced: 2025-01-31T07:41:04.954Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filesystem Watcher
_A simple tool to print filesystem events in real time_
## Usage
Clone this repo, then run:
make install
Once installed, it can be used from any directory:
❯ filesystem-watcher
Watching for changes
...
This will log filesystem changes like files and directories created, modified, chmod'd, etc.