rwatch 0.1.3

A modern, cross-platform Rust alternative to 'watch', with color, diff, and more. Periodically runs a command and displays its output fullscreen, with diff, color, beep, and more.
1
2
3
4
5
6
7
8
9
10
# Copy this file to scripts/.env.test and fill in your connection details.
# scripts/.env.test is gitignored — never commit actual host/user values.
#
# SSH connection strings for remote test runners:
RWATCH_SSH_MACOS="user@your-mac-hostname"
RWATCH_SSH_LINUX="user@your-linux-hostname"
#
# Override cargo path if not in the default location:
# RWATCH_CARGO_MACOS="/opt/homebrew/bin/cargo"   # default for Homebrew Rust on Apple Silicon
# RWATCH_CARGO_LINUX="cargo"                      # default (assumes cargo is in $PATH)