Is there something that monitors your code as you're working and re-executes it on the command line every time it notices a change?

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • inotify-tools

    inotify-tools is a C library and a set of command-line programs providing a simple interface to inotify.

  • inotify-tools should be able to help, you can use inotifywait to watch for file system changes in a directory and run a command when something changes.

  • 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.

  • I had good luck with fswatch last time I did something like this. Same principle as what /u/balloonanimalfarm links, but it's cross-platform. It also uses the inotify API on linux, but others on different OSes.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts