From e05300c7323cbf6aa762e30e136fe6c4cce401d6 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Mon, 14 Nov 2022 16:32:39 -0800 Subject: [PATCH] Document the debug logs in the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 368bc43..3368f81 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,11 @@ hiSHtory imports your existing shell history by default. If for some reason this You can configure a custom timestamp format for hiSHtory via `hishtory config-set timestamp-format '2006/Jan/2 15:04'`. The timestamp format string should be in [the format used by Go's `time.Format(...)`](https://pkg.go.dev/time#Time.Format). +
+Viewing debug logs +Debug logs are stored in `~/.hishtory/hishtory.log`. If you run into any issues, these may contain useful information. +
+
Uninstalling If you'd like to uninstall hishtory, just run `hishtory uninstall`. Note that this deletes the SQLite DB storing your history, so consider running a `hishtory export` first.