From 57fe13541580c324a17c1847b0e0e67bb581d94b Mon Sep 17 00:00:00 2001 From: Vineet Kumar Date: Fri, 22 May 2026 17:22:19 -0400 Subject: add TODO for implementing validation might need a minor mode on lisp-mode --- kasi.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kasi.el b/kasi.el index 4b6bd19..bdd8184 100644 --- a/kasi.el +++ b/kasi.el @@ -70,6 +70,7 @@ Two %s are needed for password and username for now.") (file (elt filenames (seq-position options selected)))) file)) +;; TODO implement some kind of validation of the sexp when saving (defun kasi--get (file elem) "Returns element from secret file." (car (with-temp-buffer @@ -104,6 +105,7 @@ Uses /dev/urandom for cryptographic security." charset-len)))))) result)) +;; TODO implement some kind of validation of the sexp when saving (defun kasi--edit (file) "Edits secret file." (find-file-other-window file)) -- cgit v1.2.3