I have a problem with session management and ST (tldr below). I am using the application in a bit of a peculiar way, as I have lots of unsaved open tabs which I am using sporadically as pasteboard for files (JSON, Turtle, XML) or little scripts which I am not interested in saving (as I am using them in other applications). ST is the place where I can paste large files, analyse them, do some small modifications, and move on.
However, I do not want to close the tabs immediately, as I am using them across different projects and need to come back to one file and re-check it, extract something else etc.
As you may imagine, the tab list become quite unmanageable after a while, and it would be great to have a way to save a set of opened tabs and come back to it later in the day (or the next day). However, any solutions (SessionManager or Projects for example) I find implies that the tabs I opened in ST are already saved in the disk. I would like to avoid that because (i) takes too much time to save everything and (ii) I will not need that content after a few days.
tldr: tons of unsaved tabs, need to quickly save them all using a session manager and restore them when needed.
Do you know of any easy solution to the problem?
Ideally would be great to have something that allows me to save a work session comprising a number of opened (and unsaved) tabs. Alternatively, something that can help me save all the tabs in a window in a very quick way.
Thanks in advance