https://github.com/valen-h/dirstamp
A program that takes timestamps of directory structures. Tired of losing files due to antiviruses? No more! list your directories and always know what's missing...
https://github.com/valen-h/dirstamp
cli color directory klaw sourcemap stamp typescript
Last synced: 11 months ago
JSON representation
A program that takes timestamps of directory structures. Tired of losing files due to antiviruses? No more! list your directories and always know what's missing...
- Host: GitHub
- URL: https://github.com/valen-h/dirstamp
- Owner: Valen-H
- License: mit
- Created: 2019-01-05T11:35:14.000Z (over 7 years ago)
- Default Branch: staging
- Last Pushed: 2019-06-02T11:24:25.000Z (about 7 years ago)
- Last Synced: 2025-07-09T02:04:36.086Z (about 1 year ago)
- Topics: cli, color, directory, klaw, sourcemap, stamp, typescript
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DirStamp
Take stamps of directories with ease!
## Usage
* `dirstamp path/`
* `dirstamp path/ -j > struct.json`
> Validate current structure out of `.json` struct files with `dirstamp -c struct.json path/`
## Options
* **-p** -- Switch sorting method from `shift` to `push`
* **-j** -- Print JSON
* **-s** -- Follow Symlinks
* **-d \** -- Max depth (Defaults to Infinity [-1] )
* **-c \** -- 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