The Spectre Password Manager for Emacs derive, don’t store
- libspectre library
- meson
- ninja
- c compiler
- Build the native module
meson setup build --prefix $PWD --libdir $PWD cd build ninja install
- Add the plugin to your load-path
(add-to-list 'load-path /path/to/spectre-emacs) (require 'spectre)
- Set
spectre-master-password
andspectre-full-name
or let it prompt upon the first attempt to generate a password - Call the
spectre-password
functionM-x spectre-password
and enter the approriate information