diff --git a/client/data/data.go b/client/data/data.go index 8333a43..e8b5a9f 100644 --- a/client/data/data.go +++ b/client/data/data.go @@ -137,7 +137,7 @@ func Search(db *gorm.DB, query string, limit int) ([]*HistoryEntry, error) { field := splitToken[0] val := splitToken[1] // tx = tx.Where() - panic("TODO(ddworken): Use " + field + val) + panic("TODO(ddworken): Implement better searching using " + field + val) } else if strings.HasPrefix(token, "-") { panic("TODO(ddworken): Implement -foo as filtering out foo") } else { diff --git a/web/landing/www/index.html b/web/landing/www/index.html index a92413e..f102f1b 100644 --- a/web/landing/www/index.html +++ b/web/landing/www/index.html @@ -142,11 +142,13 @@

- +

-
Yes! The default is to use it in the offline mode where your shell history stays 100% local and never leaves your machine. Only if you opt-in will it be synced to your other machines with hishtory installed.
+
+ This is up to you to judge, but in my opinion: Yes! All data is end-to-end encrypted with a key that never leaves your computer(s). The code is OSS, so you can verify this, and the pre-built binaries are reproducibly built with the commit hash embedded in them for easy verification. +
@@ -176,12 +178,12 @@
-
Made with ❤️ by David Dworken. I'm a Security Engineer working at Google. I built this to solve a problem for myself, and wanted to share it with others who may find it useful.
+
Made with ❤️ by David Dworken. I'm a Security Engineer who also enjoys creating software. I built this to solve a problem for myself, and wanted to share it with others who may find it useful.

-

Feedback, thoughts, ideas, or other questions? Let us know

+

Feedback, thoughts, ideas, or other questions? Let me know!