Ben1152000 / sootty

A command-line tool for displaying vcd waveforms.
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

YAML save file implementation along with other fixes #51

Closed KarthikL1729 closed 1 year ago

KarthikL1729 commented 1 year ago

With this PR, all the queries are saved in a queries.yaml file in the ~/.config/sootty/save directory. All the queries are sorted by date, and are stored in a nested dictionary format.

Each query has a key which is given by the user, the query itself, and the date and time at which the query was last accessed/reloaded. Partial reloading of queries has also been implemented.

KarthikL1729 commented 1 year ago

Issues #48 and #47 fixed with this PR.