https://github.com/meyskens/lastsail
Sailing the last password into a new world
https://github.com/meyskens/lastsail
lastpass sailfishos
Last synced: about 1 month ago
JSON representation
Sailing the last password into a new world
- Host: GitHub
- URL: https://github.com/meyskens/lastsail
- Owner: meyskens
- License: mit
- Created: 2019-03-04T08:54:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T17:01:45.000Z (about 6 years ago)
- Last Synced: 2025-01-22T05:17:13.526Z (3 months ago)
- Topics: lastpass, sailfishos
- Language: Python
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LastSail
LastSail is a python-based LastPass client for SailFish OS. It uses the [konomae's LastPass library](https://github.com/konomae/lastpass-python).## Dependancies
Currently you need to have to install the Python library by hand for this app to work. I hope to vendor it in in the future.
```bash
$ devel-su
# pkcon install gcc
# pip3 install lastpass-python
```## State of the project
The app currently only is able to login and display entries. (aka far from useful)## To Do (PR's welcome!)
- [ ] Add detail view
- [ ] Add search
- [ ] Add login check on canceled login
- [ ] Store session key in device
- [ ] Add offline option
- [ ] Add editing (currenly not supported in any Library I can find)