Add CLI keyword to readme

This commit is contained in:
David Dworken 2022-09-26 23:12:06 -07:00
parent dddee9eeff
commit 38712335d4

View File

@ -80,7 +80,7 @@ When the user runs `hishtory query`, it retrieves all unread blobs from the back
## Security
`hishtory` is written in Go and uses AES-GCM for end-to-end encrypting your history entries while syncing them. The binary is reproducibly built and [SLSA Level 3](https://slsa.dev/) to make it easy to verify you're getting the code contained in this repository.
`hishtory` is a CLI tool written in Go and uses AES-GCM for end-to-end encrypting your history entries while syncing them. The binary is reproducibly built and [SLSA Level 3](https://slsa.dev/) to make it easy to verify you're getting the code contained in this repository.
This all ensures that the minimalist backend cannot read your shell history, it only sees encrypted data.