Skip to content

nyxkrage/spectre-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectre Password Manager for Emacs

The Spectre Password Manager for Emacs derive, don’t store

Requirements

Installation

  1. Build the native module
meson setup build --prefix $PWD --libdir $PWD
cd build
ninja install
  1. Add the plugin to your load-path
(add-to-list 'load-path /path/to/spectre-emacs)
(require 'spectre)

Usage

  1. Set spectre-master-password and spectre-full-name or let it prompt upon the first attempt to generate a password
  2. Call the spectre-password function M-x spectre-password and enter the approriate information

Releases

No releases published

Packages

No packages published