tinkershack / fluffy

Fluffy watches, reports Linux on-disk filesystem events faithfully. Comes with a CLI framework/tool for convenience. The library, libfluffy, can be independently used in other projects.
http://tinkershack.in
The Unlicense
32 stars 9 forks source link

[fw] Options to support file path globbing #2

Closed raamsri closed 6 years ago

raamsri commented 6 years ago

Two new options -W and -I to handle arguments with wildcards.

Users wish to use wildcards for paths. We must get the arguments with the wildcards and glob it. But for now, let's leave it to the shell to handle it for us. We will extract the globbed paths from *argv[].

Signed-off-by: Raamsri KP raam@tinkershack.in