Add environment variable support and SQLite storage

This commit is contained in:
kake26 2025-04-14 12:07:26 -05:00
parent 5d5f9bba9b
commit 747db0fe15
Signed by: kake26
GPG key ID: E0A989B571D1F99F

View file

@ -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