history ok

This commit is contained in:
Justine
2022-12-07 02:20:25 +01:00
parent 2fa6237406
commit 1c897536c9
4 changed files with 348 additions and 60 deletions

View File

@ -12,3 +12,13 @@ I can also add basic features:
Later, I can even make something useful out of it. For example, I could make it so that it is configurable via a config file. I could make it the default terminal via ssh for some user and make it so the terminal opens directly in a docker container, or chrooted or smthing, as a basic form of honeypot.
# Done
* A basic history system. Writes to ~/history.rshell
* Tests for this history system
# Todo
* Other tests for the rest of the features
* Add a builtin history command
* Get some sleep
* Order the file (modules...)