Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
/ jcut Public archive

Track changes in a directory

License

Notifications You must be signed in to change notification settings

meefik/jcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcut

Copyright (C) Anton Skshidlevsky, GPLv3

Java console application for tracking changes in the directory. It is started twice before and after the changes. When you first start is created a snapshot of the directory, and subsequent launches reflect the changes.

Usage:

$ java -jar jcut.jar <directory> [snapshot.gz]

Example:

$ java -jar jcut.jar /path/to/dir
add	/dir1	0
del	/dir2	0
del	/dir2/file1	1433802787000
mod	/file1	1433802751000
Time: 3742 ms
Processed: 209846 items
Snapshot: 1384480 bytes

Output: operation / path / modification time (ms)