Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

v1.1.0

Choose a tag to compare

@fabio-nettis fabio-nettis released this 05 Apr 09:40
· 11 commits to main since this release
6fd2305

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>

Full Changelog: v1.0.1...v1.1.0