← Back to tools
View AGENTS.md for rwatch
rwatch
Rust re-implementation of the classic Unix watch command
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