← Back to tools

rwatch

Rust re-implementation of the classic Unix watch command

File Management linuxmacos Rust

Description

rwatch is a Rust re-implementation of the classic Unix watch command. It runs a command repeatedly and displays its output, allowing you to monitor changes over time.

AI Summary

A Rust rewrite of the Unix watch command for repeatedly running a command and monitoring its output.

Capabilities

  • + Run commands repeatedly at intervals
  • + Display command output changes
  • + Monitor command output over time

Use When

  • User wants a Rust-based watch alternative

Avoid When

  • x User is satisfied with the standard watch command
View AGENTS.md for rwatch