Blob


1 # plass -- manage passwords
3 plass is a password manager inspired by password-store but reimplemented
4 with a smaller and (IMHO) cleaner interface. It doesn't have fancy
5 trees nor colors in the output; the absence of these is considered a
6 feature.
8 In addition, plass uses got(1) to manage the password store (but can
9 be easily patched to use git(1) if desired.)
11 To install it, just execute
13 $ doas make install
15 and it'll install the script and the manpage in the correct place. For
16 casual use, an `install-local' target that only copies the script in
17 ~/bin is provided.
20 At the moment plass is completely compatible with pass, the same gpg
21 commands are used to decrypt and encrypt the passwords entries. In
22 the future, I'd like to switch the encryption tool to either signify
23 or age.
26 ## License
28 plass is free software distributed under the ISC license
30 Copyright (c) 2022 Omar Polo
32 Permission to use, copy, modify, and distribute this software for any
33 purpose with or without fee is hereby granted, provided that the above
34 copyright notice and this permission notice appear in all copies.
36 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
37 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
38 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
39 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
40 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
41 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
42 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.