On many bsd OSes SIGINFO signal is bound to Control+T, and it’s hyper useful for asking long running silent processes about their current status.
Would be great is duplicacy handled SIGINFO.
For example, when running a very long prune after dumping list of snapshots to be deletes duplicacy sits silent for days – pressing Command+T dumps default information that is not very useful.
sh-3.2# duplicacy prune -r 1531-1721
Repository set to /Users
Storage set to gcd://Duplicacy
Deleting snapshot obsidian-users at revision 1531
...
Deleting snapshot obsidian-users at revision 1721
# Pressing Command+T invokes default handler
# that prints system load and process information:
load: 2.78 cmd: duplicacy_osx_x6 6327 waiting 56.99u 7.57s
Instead, duplicacy could dump what’s it actually doing at this point.
Rclone handles this signal, and it’s very useful.