TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Fsev – OS X file event watcher under 50 lines

22 点作者 arthry大约 6 年前

1 comment

arthry大约 6 年前
Hello, author here to bring a quick note. I&#x27;ve been using a file event command triggerer &quot;when-changed&quot; (requires watchdog) since long time for my dev environment. As I mostly use macos for development, I wanted to see if a solution would exist without any installations. Turns out, macos already supports file events using launchd (<a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;1516034" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;1516034</a>). I&#x27;ve written a simple Python script to wrap around this idea. As a result, it saved the day with no deps as I was looking to execute a simple bash command only. I hope you enjoy it too! Thank you for checking out.
评论 #19519549 未加载