Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodesmith/filesystem-watcher
A CLI to print filesystem events in real time
https://github.com/thecodesmith/filesystem-watcher
Last synced: 23 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T19:56:42.000Z (about 3 years ago)
- Last Synced: 2024-11-01T20:52:10.634Z (about 2 months 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.