aboutsummaryrefslogtreecommitdiff
path: root/lpass.c
AgeCommit message (Collapse)Author
2023-04-11Added LICENSE and implemented charset restrictions.0.1Samuel Fadel
As per my usage, lpass is now complete. * LICENSE: Added. * README.md: Updated with more information. * lpass.c: Implemented charset restrictions.
2023-04-09Proper argument parsing.Samuel Fadel
Also started charset restriction implementation. * lpass.c: Argument parsing & stub charset restriction.
2023-04-08Initial commit.Samuel Fadel
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