Skip to main content

Module bookmarks

Module bookmarks 

Source
Expand description

Persistent bookmark storage. Persistent bookmark storage for patchsets.

Bookmarks are keyed by (remote_name, patchset_id) and persisted as JSON to $XDG_STATE_HOME/remendo/bookmarks.json.

Structsยง

BookmarkEntry ๐Ÿ”’
A single bookmark entry for serialization.
BookmarkFile ๐Ÿ”’
On-disk bookmark file format.
BookmarkStore
In-memory bookmark store.