DigitalFlux / WorkSprite

Just a little something I use to help me here and there. Menu and CLI for quick access to stuff. Made with NWJS and Vue.
MIT License
2 stars 0 forks source link

Persisting command history in Command Palette #8

Open DigitalFlux opened 2 years ago

DigitalFlux commented 2 years ago

Optionally be able to persist the history of commands and results of the Command Palette to a json file that is saved to as commands are executed, and loaded at the beginning of a session for continued access. Additional support functionality needed here would be a delete button in the history window to allow for deletion of specific commands, and configuration to trim out history after X amount of time.