An open API service indexing awesome lists of open source software.

https://github.com/buckley-w-david/pmenu

domain aware passmenu wrapper
https://github.com/buckley-w-david/pmenu

Last synced: 7 months ago
JSON representation

domain aware passmenu wrapper

Awesome Lists containing this project

README

          

# pmenu

domain aware passmenu-like Firefox extension for [password-store](https://www.passwordstore.org/).

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:
- [poetry](https://python-poetry.org/docs/master/#installing-with-the-official-installer)
- [pipx](https://pypa.github.io/pipx/#install-pipx)
- [web-ext](https://github.com/mozilla/web-ext)

```
$ ./configure
$ make
$ make install
```

## Extension Installation

I haven't put it up on [addons.mozilla.org](https://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.