Add diskwatch, netwatch, and syswatch to default Brewfile

This commit is contained in:
Philip Henning 2026-07-08 19:46:59 +02:00
parent 308c7e264a
commit 5ed79deb86

View file

@ -19,6 +19,8 @@ brew "colima", restart_service: :changed
brew "container" brew "container"
# GNU File, Shell, and Text utilities # GNU File, Shell, and Text utilities
brew "coreutils" brew "coreutils"
# Cross-platform disk diagnostics TUI
brew "diskwatch"
# Pack, ship and run any application as a lightweight container # Pack, ship and run any application as a lightweight container
brew "docker" brew "docker"
# Disk Usage/Free Utility - a better 'df' alternative # Disk Usage/Free Utility - a better 'df' alternative
@ -71,6 +73,8 @@ brew "mpv"
brew "mtr" brew "mtr"
# NCurses Disk Usage # NCurses Disk Usage
brew "ncdu" brew "ncdu"
# Cross-platform realtime network diagnostics TUI
brew "netwatch"
# Port scanning utility for large networks # Port scanning utility for large networks
brew "nmap" brew "nmap"
# Coreutils progress viewer # Coreutils progress viewer
@ -85,6 +89,8 @@ brew "ruff"
brew "shellcheck" brew "shellcheck"
# Autoformat shell script source code # Autoformat shell script source code
brew "shfmt" brew "shfmt"
# Cross-platform system diagnostics TUI
brew "syswatch"
# User interface to the TELNET protocol # User interface to the TELNET protocol
brew "telnet" brew "telnet"
# Terminal UI for tshark, inspired by Wireshark # Terminal UI for tshark, inspired by Wireshark