用于监视目录并显示文件更改的免费工具

发布于 2024-09-07 00:02:33 字数 178 浏览 0 评论 0原文

我正在寻找一个工具来监视目录(带有子目录)并为我提供已更改的文件列表以及其中发生的更改。我找到了一些工具可以显示已更改的文件,但这对我来说还不够。

PS如果有人已经写了我就不想写了。

PS2。如果您感到无聊,请随意关闭这个问题,但是它与编程相关,因为我需要该工具来分析 eclipse 插件的复杂数据结构。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一绘本一梦想 2024-09-14 00:02:33

一种想法是将所有文件(即 Eclipse 安装目录)检查到 Git 或 subversion 之类的 VCS 中,并分别运行 git diff 或 svn diff 。将其与来自 inotify-tools 的实时信息相结合,您就得到了一个不错的设置。但我不知道有任何集成解决方案。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文