This is a simple dmenu frontend for Pass: The Standard Unix Password Manager
Grab the executable bash script
from the dist directory and put it somewhere in your $PATH
on your computer.
I for example added $HOME/bin
to my $PATH
and copied the script into this directory.
Afterwards you want to invoke this script preferably via a keyboard shortcut.
I use SHIFT
+META
+P
to invoke this script.
A dmenu should open with the passman context.
You can also simply call the script from your terminal.
For using passman you need to have following tools installed and accessible in your environment:
- Pass (obviously)
- xclip
- notify-send
Passman was developed and tested on Debian 9 (Stretch).
If you want to work on this tool, you need a few more dependencies ready:
- Node
- shellchecker
- make
I included a Makefile with a build task. Once you added your changes you can run
make build
and a distributable gets compiled into the dist/ directory.
MIT License
Copyright (c) 2018 by Philipp Trunczik
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.