FOSSPicks
Watch replacement
Viddy
There can't be too many alternatives to the watch
command. It's a brilliant little utility that is typically used to run a certain command at a set interval so you can monitor any changing output. You might use it to check the temperature of something, for example, or track the amount of free memory you have left. It's a great little tool for building simple scripts to monitor changes or catch errors. What watch
lacks, however, is more dynamic output options, and this is something that the Go-written Viddy attempts to address. Viddy is named after a famous quote in A Clockwork Orange (which likely was itself inspired by vidi, the Latin word for "I saw"), and it performs exactly the same function as watch
with some modern augmentation. The most useful of these augmentations is a diff
mode to highlight exactly which parts of any output have changed. This is very useful on more complicated commands because any changes are immediately colored in yellow, letting you easily see which values are new.
If you do happen to miss the moment when a value changes, another Viddy feature will let you roll back the output through its history so you can see what changed and when. All this can be controlled with Vim-like bindings, which can be edited, and in full color, which can also be configured to your own taste. The output is pageable so you can easily scroll up or down, or page through large volumes of output, and you can suspend and resume whatever you're running directly from within Viddy. The resulting upgrades to watch
are likely to make Viddy a far more common occurrence in your command history, and the perfect tool for any ad hoc monitoring and system data tracking jobs.
Project Website
https://github.com/sachaos/viddy
Process launcher
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.