commit 57fe13541580c324a17c1847b0e0e67bb581d94b
parent 2edee246d1e44c462da26b2d9a43a8d9e499d353
Author: Vineet Kumar <git@vineetk.net>
Date: Fri, 22 May 2026 17:22:19 -0400
add TODO for implementing validation
might need a minor mode on lisp-mode
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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))