From 747db0fe15df8651f007bdc76709041a84fd8c3d Mon Sep 17 00:00:00 2001 From: kake26 Date: Mon, 14 Apr 2025 12:07:26 -0500 Subject: [PATCH] Add environment variable support and SQLite storage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af8009c..c4f44b9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Perl Shell (pshell) -A modular Perl shell with SQLite command history. +A modular Perl shell with SQLite command history and environment variables. ## Features - Executes shell commands - Logs all commands to SQLite database +- Stores environment variables in SQLite database - Modular design for easy extension ## Installation