ffingerprint

1.0.1 • Public • Published

ffingerprint

ffingerprint is a simple command-line tool for tracking file system content changes (file additions, modififications, and deletions).

It does so by writing out a simple ffingerprint.json file containing file paths and their SHA-1 hashes.

Installation

$ npm install --global ffingerprint

Usage

$ cd path/to/some/dir
$ ffingerprint commit # Create or Update ffingerprint.json based on cwd
# ... time passes ...
$ ffingerprint status
DEL deleted.txt
MOD modified.txt
MOV moved.txt => moved2.txt
ADD added.txt

Readme

Keywords

none

Package Sidebar

Install

npm i ffingerprint

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.03 kB

Total Files

4

Last publish

Collaborators

  • rentzsch