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
- Host: GitHub
- URL: https://github.com/buckley-w-david/pmenu
- Owner: buckley-w-david
- License: mit
- Created: 2021-01-02T06:59:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T17:55:18.000Z (about 3 years ago)
- Last Synced: 2025-01-28T02:11:50.227Z (8 months ago)
- Language: Python
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.