This repository was archived by the owner on Feb 9, 2026. It is now read-only.
v1.1.0
What's Changed
This release adds two new distinct flags for each command and some general refractoring to improve the overall code quality of the package.
Watcher Mode 👁️
Watches the source data and updates the output based on the specified interval. Allows monitoring the source data without the need to manually run the command each time.
-w, --watch <interval>No Ascii Mode 🔣
Disables the ascii art headers. If you are using the output in a script or a log file you can also use the --raw flag to receive json output.
-a, --no-ascii <interval>- feat: add watcher and no-ascii modes by @fabio-nettis in #3
Full Changelog: v1.0.1...v1.1.0