Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylepatrick/file-watch-directory
Track modifications inside a directory and log it to a .csv file
https://github.com/stylepatrick/file-watch-directory
directory-monitoring directory-watcher java watch-files
Last synced: about 1 month ago
JSON representation
Track modifications inside a directory and log it to a .csv file
- Host: GitHub
- URL: https://github.com/stylepatrick/file-watch-directory
- Owner: stylepatrick
- Created: 2024-02-10T17:47:21.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-10T18:55:40.000Z (11 months ago)
- Last Synced: 2024-02-11T18:47:44.594Z (11 months ago)
- Topics: directory-monitoring, directory-watcher, java, watch-files
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-watch-directory
The program allows to track modifications inside a directory and log the changes to a .csv file.Example: java -jar file-watch-directory.jar "C:\directory_to_track" "C:\log_of_changes.csv"