init
This commit is contained in:
22
README
Normal file
22
README
Normal file
@@ -0,0 +1,22 @@
|
||||
+ pm - a simple password manager
|
||||
|
||||
pm is a very simple password manager. It aims to be simple and portable. It creates
|
||||
entries in a predefined file, containing a password and a name. Those entries can
|
||||
then be queried by pmsearch, a wrapper script.
|
||||
|
||||
Since there is no runtime configuration, ecrypt is extremely fast and secure.
|
||||
|
||||
+ Installation
|
||||
|
||||
Clone this repository:
|
||||
(user)$ git clone https://git.everestlinux.org/EverestLinux/pm
|
||||
|
||||
Edit src/config.h and ensure it looks good:
|
||||
(user)$ $EDITOR src/config.h
|
||||
|
||||
Edit config.mk and adjust any options:
|
||||
(user)$ $EDITOR config.mk
|
||||
Run make:
|
||||
(user)$ make
|
||||
Install:
|
||||
(root)# make install
|
||||
Reference in New Issue
Block a user