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 a3db18537a6bd3760d778a7816489b1e4d54f294
parent da553fb65f07fb6f4129ea93534bb1e7373afa9d
Author: night0721 <[email protected]>
Date:   Mon,  8 Apr 2024 01:53:02 +0000

update readme

Diffstat:
MREADME.md | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -12,17 +12,23 @@ export ARGON_KEY=~/secret/argon_key `ARGON_DIR` is the directory where passwords are stored and `ARGON_KEY` is the path to the master key file. -## Dependencies +# Dependencies - libsodium - gcc -## Building +# Building ```sh $ make # make install ``` -## Usage +# Usage ``` Usage: ./argon [-vheRIQLG] [-v] [-h] [-e <password>] [-R <password>] [-I <password>] [-Q <password>] [-L] [-G <password> <length>] ``` + +# Contributions +Contributions are welcomed, feel free to open a pull request. + +# License +This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/argon/blob/master/LICENSE) for more information.