Zheng Posted July 21, 2022 Share Posted July 21, 2022 GitHub: https://github.com/ALexander4295502/lastpass-alfred-lite lastpass-alfred-lite A lightweight alfred workflow for accessing your lastpass vault items. No lastpass-cli needed! Usage lpass <keyword> #keyword can be the username/url/vault_entry_name Install workflow Install npm package yarn global add lastpass-alfred-lite # or npm install -g lastpass-alfred-lite Create vault file in the user root folder with 777 permission cd ~/ touch .lastpass_lite_vault_file chmod 777 .lastpass_lite_vault_file Setup global environment in alfred [Required] LAST_PASS_LITE_USERNAME: the username of your lastpass account [Required] LAST_PASS_LITE_PWD: the password of your lastpass account [Optional] NODE_EXTRA_CA_CERTS: need only if you have additional certificate needs to import to node.js runtime (e.g. behind a proxy)** Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now