Add environment variable support and SQLite storage
This commit is contained in:
parent
5d5f9bba9b
commit
747db0fe15
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Perl Shell (pshell)
|
# Perl Shell (pshell)
|
||||||
|
|
||||||
A modular Perl shell with SQLite command history.
|
A modular Perl shell with SQLite command history and environment variables.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Executes shell commands
|
- Executes shell commands
|
||||||
- Logs all commands to SQLite database
|
- Logs all commands to SQLite database
|
||||||
|
- Stores environment variables in SQLite database
|
||||||
- Modular design for easy extension
|
- Modular design for easy extension
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue