apm

Minimalistic command line password manager and a rewrite of pass in C
git clone https://codeberg.org/night0721/apm
Log | Files | Refs | README | LICENSE

commit 5cebf9995e430fe182c4ec5342f3dd56dfafba23
parent 280f0550c679b8a82238dcba047e58e2e7c59e0d
Author: night0721 <[email protected]>
Date:   Wed, 22 May 2024 11:21:42 +0100

update readme

Diffstat:
MREADME.md | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -11,22 +11,21 @@ export APM_KEY=~/secret/apm_key `APM_DIR` is the directory where passwords are stored and `APM_KEY` is the path to the master key file. +# Usage +``` +Usage: apm [-vhL] [[-e | -R | -I | -Q] <password>] [-M <file>] [-G <password> <length>] +``` + # Dependencies - libsodium # Building You will need to run these with elevated privilages. - ``` $ make # make install ``` -# Usage -``` -Usage: apm [-vhL] [[-e | -R | -I | -Q] <password>] [-M <file>] [-G <password> <length>] -``` - # Contributions Contributions are welcomed, feel free to open a pull request.