mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Add a short blurb summarizing syncing
This commit is contained in:
parent
783b0935ef
commit
1de0e60fb6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user