Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.