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: 8 months ago
JSON representation

A CLI to print filesystem events in real time

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.