From 82343ce3c35b34b1c81d52cf34c3af74b4d63126 Mon Sep 17 00:00:00 2001 From: RevanProdigalKnight Date: Tue, 9 Jun 2026 06:34:19 -0600 Subject: [PATCH] Adds sqlh to examples --- docs/examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples.md b/docs/examples.md index 38f6c16f..8413259c 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -46,3 +46,7 @@ It is a Docker (containers) based development environment for PHP. ### [SherpaCLI/sherpa](https://sherpa-cli.netlify.app/tools/unit-tests) Sh:erpa is a tool for simplifying script creation. It integrates **bashunit** to ensure reliable, tested Bash scripts for its users. + +### [sqlh](https://gitlab.com/prodigal.knight/sqlite-history.sh) + +sqlh is a SQLite-backed shell history alternative with shared history features which works across multiple shells.