by Jason A. Donenfeld [email protected]
C99 command line interface to LastPass.com.
lpass
is designed to run on GNU/Linux, Cygwin and Mac OS X.
- LibreSSL or OpenSSL
- libcurl
- libxml2
- pinentry (optional)
- AsciiDoc (build-time documentation generation only)
- xclip, xsel, or pbcopy for clipboard support (optional)
$ make
$ sudo make install
These environment variables can be passed to make to do the right thing: PREFIX
, DESTDIR
, BINDIR
, LIBDIR
, MANDIR
.
If you've installed it:
$ lpass
Otherwise, from the build directory:
$ ./lpass
The install-doc
target builds and installs the documentation. It requires
AsciiDoc as a prerequisite.
$ make install-doc
Once installed,
$ man lpass