Ross ROSS = Recommend OSS · open-source software intelligence for agents

guard/listen

The Listen gem listens to file modifications and notifies you about the changes. observed · 2026-08-28

github.com/guard/listen · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

60/100

  • Activity 62
  • Release rhythm 34
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5349
  • days_rel: 229
  • days_push: 229
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1962 stars · 253 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Ruby gem that watches directories for file modifications, additions, and removals, using OS-optimized filesystem event adapters where available. It invokes a callback with lists of changed files, supporting multiple directories and ignore patterns.

Use cases

  • watch a directory for file changes in ruby
  • trigger tests or rebuilds when files change
  • detect file additions and deletions on macos linux and windows
  • build a hot-reload development workflow
  • monitor filesystem events with ignore patterns

When to choose

  • you need cross-platform file change notifications in a Ruby project
  • you want OS-native filesystem events with polling fallback for network filesystems
  • you use Guard or tools that depend on file watching

When to avoid

  • you need TCP/remote change notifications (removed in 3.0)
  • you rely heavily on symlinked directories within watched paths
  • you need notifications across forked processes

Facets

library · maturity active

file-system developer-tools developer-tools cross-platform ruby windows bsd cross-platform file-watching filesystem-notifications ruby-gem hot-reload guard automation macos linux

4 sources

Member repositories

RepositoryRoleHealth v2
guard/listenmain60

For agents

markdown · JSON · MCP: product_card(name="guard/listen")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem