mterm-io / mterm

An electron terminal written with TypeScript, and rendered with React. Extend your terminal with themes, plugins and commands written in typescript. Scripting for the modern age.
https://mterm.io
9 stars 0 forks source link

implement history forever #89

Closed daretodave closed 6 months ago

daretodave commented 6 months ago

history of commands executed should be saved to ~/mterm/history

a flag should be in settings to save history output, default to false a flag should be in settings to save history at all, default to true

ctrl+r should pull up historical execution

the runner should default with nothing in history BUT should load next item on Arrow Up

this is queue up for #27 search will scan ~/mterm/history for prompts and optionally results if flag is enabled