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

Naming of results in Command Palette #9

Open DigitalFlux opened 1 year ago

DigitalFlux commented 1 year ago

The user should have the ability to specify a variable name for the resulting data from Command Palette commands. The variables will be stored in their own object dedicated to holding such information, and with history (persisted as a json file between sessions). User should then be able to store results, rerun commands into that result, and be able to look through the history of that result. Basically versioned variables.