Jump to content

lastpass-alfred-lite: a lightweight workflow for access your lastpass vault items in Alfred


Recommended Posts

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 screenshot

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)** Environment variables setup
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...