Xavier Maillard

Results 2 comments of Xavier Maillard

Here is a sample way it could be done (https://git.framasoft.org/snippets/120): ``` lisp (defun gitlab--get-password-authinfo (&rest username) "Return password for `username' using `authinfo' file." (let* ((username (or username (gitlab--get-username))) (host (gitlab--get-host))...

True. Though I prefer to have all my auth stuff in one (protected) place. YMMV :) There is also the password-store CLI (which I have not checked yet).