From d314d0cf4b92e1dd9c1f761498b06160dcf5e104 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sat, 8 Apr 2023 20:12:35 +0200 Subject: Initial commit. An initial working implementation of the password generating algorithm of lesspass. Lacks any sort of documentation or usage info and simply prints the generated password on stdout. * lpass.c: Initial implementation of lesspass * Makefile: A just works version --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e385979 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# lpass + +A simple implementation of [lesspass](https://github.com/lesspass/lesspass) in C. -- cgit v1.2.3