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 and bundles
9 a small utility to generate TOTP codes: totp(1).
11 To build and install it, just execute
13 $ make
14 $ doas make install
16 For casual use, an `install-local` target that only copies the programs
17 in ~/bin is provided.
20 At the moment plass is completely compatible with pass, but in the
21 future I'd like to switch the encryption tool to something different to
22 gpg.
25 ## License
27 plass is free software distributed under the ISC license
29 Copyright (c) 2022 Omar Polo
31 Permission to use, copy, modify, and distribute this software for any
32 purpose with or without fee is hereby granted, provided that the above
33 copyright notice and this permission notice appear in all copies.
35 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
36 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
37 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
38 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
39 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
40 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
41 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.