SigDigger icon indicating copy to clipboard operation
SigDigger copied to clipboard

Feature request: save bookmarks when added, modified or deleted

Open OH1KK opened this issue 2 years ago • 2 comments

SigDigger-0.3.0-x86_64-full-20230619-105310Z.AppImage

Currently ~/.suscan/config/bookmarks.yaml is saved when SigDigger is closed properly. This behavior is issue when SigDigger is running for days and I bookmark new signals as I found them. Then suddenly computers shuts down due power outage, all new bookmarks from past few days are gone.

To prevent this feature request: Save bookmarks when added, modified or deleted.

OH1KK avatar Jul 05 '23 08:07 OH1KK

Got it, you are not the only one complaining and I am also getting tired of this behavior, I will change it soon.

BatchDrake avatar Jul 05 '23 08:07 BatchDrake

Hi,

Since I had to write a small feature that performs config autosave every 30 minutes, I leveraged the existing code to implement this. Now config is dumped right after adding, changing or removing a bookmark. Give it a try.

Cheers,

BatchDrake avatar Dec 26 '23 12:12 BatchDrake