permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
74 stars 52 forks source link

feat(aos): save input history after exiting a session #329 #336

Closed Jeremiahstockdale closed 1 month ago

Jeremiahstockdale commented 1 month ago

Currently the input history for a session is saved, where a user can us the up arrow key to cycle through previous inputs.

This PR is to save the 100 most recent history items in order to give access to them after the session is closed and restarted.

twilson63 commented 1 month ago

It should read/write the file in the Users HOME directory not the current directory they are in