Add a short blurb summarizing syncing

This commit is contained in:
David Dworken 2022-11-04 21:18:49 -07:00
parent 783b0935ef
commit 1de0e60fb6
No known key found for this signature in database

View File

@ -123,7 +123,12 @@ The `hishtory` CLI is written in Go. It hooks into the shell in order to track i
### Syncing Design ### Syncing Design
See [hiSHtory: Cross-device Encrypted Syncing Design](https://blog.daviddworken.com/posts/hishtory-explained/) to learn how syncing works. See [hiSHtory: Cross-device Encrypted Syncing Design](https://blog.daviddworken.com/posts/hishtory-explained/) to learn how syncing works. The tl;dr is that everything magically works so that:
* The backend can't read your history.
* Your history is queryable from all your devices.
* You can delete items from your history as needed.
* If you go offline, you'll have an offline copy of your history. And once you come back online, syncing will transparently resume.
## Security ## Security