开发者

Free tool to watch directory and show changes in files

开发者 https://www.devze.com 2023-01-05 04:44 出处:网络
Im looking for a tool that will watch directory(with sub-dirs) and give me 开发者_开发知识库the list of files that has changed and what has changed in them. Ive found some tools that show me files tha

Im looking for a tool that will watch directory(with sub-dirs) and give me 开发者_开发知识库the list of files that has changed and what has changed in them. Ive found some tools that show me files that has changed, but that is not enough for me.

P.S. I dont want to write it if someone has already written it.

P.S.2. Feel free to close this question if you are bored, however it is programming related since I need that tool to analize complicated data-structure of eclipse-plugins.


One idea is to check all your files (i.e your eclipse installation dir) into a VCS like Git or subversion and run a git diff or svn diff, respectively. Combine this with live information from inotify-tools and you have got a decent setup. I don't know of any integrated solutions though.

0

精彩评论

暂无评论...
验证码 换一张
取 消