Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mange/rofi-lpass
Lastpass integration with Rofi
https://github.com/Mange/rofi-lpass
lastpass rofi
Last synced: 10 days ago
JSON representation
Lastpass integration with Rofi
- Host: GitHub
- URL: https://github.com/Mange/rofi-lpass
- Owner: Mange
- License: mit
- Archived: true
- Created: 2017-03-16T15:01:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T11:31:25.000Z (over 6 years ago)
- Last Synced: 2024-07-31T20:27:27.632Z (3 months ago)
- Topics: lastpass, rofi
- Language: Shell
- Size: 3.91 KB
- Stars: 19
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rofi - rofi-lpass - Copy passwords from your [LastPass](https://www.lastpass.com/) vaults (Password Management)
README
# rofi-lpass
:warning: **NOTE:** This repo is 100% unmaintained. I've switched from Laspass to BitWarden. Do not expect any updates or help to get this working.
Custom script for Rofi that allows you to copy passwords from your Lastpass vault.
## Features
* 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)## Installation
1. Make sure you have [lastpass-cli](https://github.com/lastpass/lastpass-cli) installed, with `lpass` on your `PATH`.
2. Symlink the script to somewhere on your `$PATH`: `ln -s $(pwd)/rofi-lpass ~/bin/rofi-lpass`.
3. Run rofi with this as a custom script: `rofi -modi lpass:rofi-lpass -show lpass`## License
Copyright © 2017 Magnus Bergmark. Code released under the MIT license.