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 8905a0176c0a919f734094c5ca20a96d497c150e
parent cba7cad4343481bbea9e65f3768a67157c7cd493
Author: night0721 <[email protected]>
Date:   Wed, 22 May 2024 10:56:58 +0100

remove syntax highlight for build

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ export APM_KEY=~/secret/apm_key You will need to run these with elevated privilages. -```sh +``` $ make # make install ```