TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Magic file tracking (OSX)

3 pointsby eberyvodyover 14 years ago
I wrote this little Obj-C class to watch for and report changes on a list of files. The MAGIC part is that, like iTunes, it tracks the file even when its path changes (eg if you move it in the finder).<p>It's part of a larger project but I thought this part was particularly useful.<p>https://github.com/ptrsghr/FileWatcher

1 comment

rgbrgbover 14 years ago
This is actually mine, accidentally posted it from my girlfriend's account!<p>Clickable link: <a href="https://github.com/ptrsghr/FileWatcher" rel="nofollow">https://github.com/ptrsghr/FileWatcher</a>