Custom script for Rofi that allows you to copy passwords from your Lastpass vault.
- List all your entries
- Copy password of an entry
- Copy username / email of an entry
- Copy URL (if entry has an URL)
- Open URL (if entry has an URL)
- Make sure you have lastpass-cli installed, with
lpass
on yourPATH
. - Symlink the script to somewhere on your
$PATH
:ln -s $(pwd)/rofi-lpass ~/bin/rofi-lpass
. - Run rofi with this as a custom script:
rofi -modi lpass:rofi-lpass -show lpass
Copyright © 2017 Magnus Bergmark. Code released under the MIT license.