zdia / gorilla

Password Gorilla manages passwords
421 stars 61 forks source link

Remember expanded items on reopen. #142

Open derekschrock opened 9 years ago

derekschrock commented 9 years ago

Would it be possible to have gorilla remember the expanded entries of the tree when you reopen a password safe file?

rich123 commented 9 years ago

There is some support in the password safe file format for remembering the tree state. See the formatV3.txt file from the password safe distribution (http://sourceforge.net/p/passwordsafe/git-code/ci/333dd9f23a3bdee81786750a760699e7dc865102/tree/docs/formatV3.txt#) and search for "tree".

Gorilla, at the present time, does not attempt to utilize this feature of the password safe file format to store the tree state. It is something that has crossed my mind before as a reasonable addition to Gorilla, but it has been one of the items that I've not yet found time to add.