A few tools on my list for research: fswatch, entr, ack and ag
Posted by jpluimers on 2022/01/12
Based on the below tweet and replies, these tools are not on my research list:
fswatch
: file change monitor- [Wayback/Archive.is] fswatch / [Wayback/Archive.is] emcrisostomo/fswatch: A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
- [Wayback/Archive.is] How to Use fswatch · emcrisostomo/fswatch Wiki
entr
: file change monitor that allows to run actionack
: a context awarefind
/grep
replacementag
: a fasterack
[Archive.is] Aaron Patterson on Twitter: “Here is my “autotest for lazy people”. It watches for changes in the lib or test directory, and runs rake test
on change. There are definitely better, purpose built tools for this. But I am lazy…”
–jeroen
Leave a Reply