+function to do password-store myself

This commit is contained in:
AChavali
2020-01-03 00:57:47 +00:00
parent 0b098257a3
commit d119ea2d8d

View File

@@ -66,6 +66,12 @@ Allow user to set a theme from a limited set of candidates, based on
(dired (expand-file-name "~/School")))
#+END_SRC
Going to the school directory, quick access to school work.
* Password store
Function to get a password given a key.
#+BEGIN_SRC elisp
(defun oreodave/password-store/get-password (KEY)
(shell-command-to-string (concat "pass " KEY)))
#+END_SRC
* Weather
#+BEGIN_SRC elisp
(defun oreodave/weather ()