firecat53 / keepmenu

Dmenu/Rofi frontend for Keepass databases
GNU General Public License v3.0
204 stars 32 forks source link

History support #128

Open vaygr opened 2 years ago

vaygr commented 2 years ago

It seems it's not done by default, and entry.save_history() has to be called explicitly in pykeepass.

Even just saving could be a good start, but in the future access to previous versions would be great.

firecat53 commented 1 year ago

Add the save feature would definitely be a good and easy add. I'll have to think about whether the complexity of accessing history in keepmenu would be worth it.