A small utility module that prints “pretty” messages in response to SIGINFO (BSD/macOS) and SIGUSR1 (Linux), commonly triggered by Ctrl+T. It wraps both signals and can run a callback to report process internal state or other custom information.
Project status
- The repository appears effectively dormant, with its last observed upstream update on 2020-06-16, which is far more than a year ago relative to 2026-09-10.
- Update cadence is low, with releases in 2017-10 to 2017-11, then a later update in 2020-06, suggesting no regular ongoing release stream.
AI summary generated
Recent updates
v2.0.0
v2.0.0 changes the library API and runtime behavior around SIGINFO and SIGUSR1 handling. Instead of automatically writing the return value of the provided query function to stderr when a TTY is present, the module now just invokes the callback (expected to perform its own output) and adds a force option to attach handlers even when stderr is not a TTY.
BreakingFeaturesv1.0.2
Release v1.0.2 contains no published release notes. The only code changes are in package.json, where the package version is bumped and the standard package is moved from runtime dependencies to development dependencies.
v1.0.1
Release v1.0.1 was published on 2017-10-03. No release notes were provided, so the changes in this version are not described and may include undocumented fixes or behavior changes.
v1.0.0
This release is version v1.0.0, but the publisher did not provide any release notes. Because no documented changes are available, developers should review the code diff and changelog/history for potential API, behavior, or dependency updates before upgrading.