Skip to content

buckley-w-david/pmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmenu

domain aware passmenu-like Firefox extension for password-store.

My password store is structured like so, and this code assumes that to be the case.

Password Store
├── example.com
│   └── user@example.com
├── example.ca
│   └── user@example.ca
├── example.org
│   └── user@example.org
└── example.net
    └── UserName

Native Component Installation

The following tools are required to build/install:

$ ./configure
$ make
$ make install

Extension Installation

I haven't put it up on addons.mozilla.org yet, which means you'll have to be running a Firefox distribution that allows installing unsigned extensions (Like developer edition).

If you are, simply drag/drop file generated from make build in the web-ext-artifacts directory into Firefox.

About

domain aware passmenu wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published