-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ηλιάκης Ματθαίος edited this page Feb 28, 2020
·
1 revision
Take stamps of directories with ease!
dirstamp path/
dirstamp path/ -j > struct.json
Validate current structure out of
.json
struct files withdirstamp -c struct.json path/
-
-p -- Switch sorting method from
shift
topush
- -j -- Print JSON
- -s -- Follow Symlinks
- -d <Number> -- Max depth (Defaults to Infinity [-1] )
- -c <File> -- Read a JSON file and compare to current structure
- -C -- Disable colors
- -w -- Override default behaviour and start watching changes instead (ctrl+c to stop) ['rename' might be equal to add/delete]
- -h -- Help screen
Made in Greece with love :P
Third-Party Modules used: typescript / chalk / klaw / strip-ansi