richardpenman / browsercookie

GNU Lesser General Public License v2.1
118 stars 27 forks source link

Enhancements and windows-specific updates #18

Closed oldium closed 1 year ago

oldium commented 1 year ago

For consideration, I am using it like that. Feel free to use it, modify it, drop it 😊

oldium commented 1 year ago

I am thinking about removing the opened-file copying via VSS and replacing it by a file copy hook instead - this way the passed-in object could easily cache the VSS instance to copy from multiple locations at once. Moreover, the shadowcopy library dependency would be removed from browsercookie. I will do it during this or next week, it depends on time.

oldium commented 1 year ago

Done 😊

oldium commented 1 year ago

I removed the helper; I will have a different solution for that.

richardpenman commented 1 year ago

awesome, thanks very much for the PR!