From 82ea6daa61f5ba0ccfd99a259f9a94b898c03ee4 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Thu, 17 Oct 2024 20:50:52 +0100
Subject: [PATCH] Add pointer to the moreutils chronic tool
I was looking for this myself.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 1d20705..e1d5d82 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ Chronic - Python Instrumentation
Chronic is halfway between a simple timer and a profiler. Add decorators or wrap code in with statements to get the execution time. Chronic keeps track of the call hierarchy to tell you what timed blocks executed within other timed blocks. Attach an event listener to log your timings however you want.
+If you are looking for the command line tool ``chronic`` which silences stdout and stderr unless a command fails, see the [moreutils](https://joeyh.name/code/moreutils/) package.
+
## Installation
```