sailfish-safe

Sailfish frontend for safe(1)
git clone git://git.z3bra.org/sailfish-safe.git
Log | Files | Refs | README | LICENSE

commit baf991466ec058c55a8245efafc02903b8476826
parent 8401ea3421ead0f6fb320deb444083131fa7d06f
Author: Daniel Vrátil <dvratil@kde.org>
Date:   Mon,  4 Feb 2019 01:38:28 +0100

README

Diffstat:
AREADME.md | 25+++++++++++++++++++++++++
Mharbour-passilic.pro | 5++++-
2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -0,0 +1,25 @@ +# Passilic + +Passilic is a frontend for the [Pass password manager](https://www.passwordstore.org) +for Sailfish OS. + +Pass is a simple Unix password manager where each password is stored GPG encrypted in +a file. Passilic allows users to easily browse and access their passwords. Tapping a +passwords prompts the "master key" (GPG key passphrase) and copies the password into +clipboard. The password is then automatically cleared from the clipboard after 45 seconds +by Passilic. + +Passilic is a free and open source project under GPLv3 license. + +# Installation + +Latest version of Passilic is available on [OpenRepos](https://openrepos.net/content/dvratil/passilic). + +# TODO + +* Cleanup clipboard on shutdown +* Customizable password expiration timeout +* Remember passphrase (gpg-agent integration) +* Generating passwords +* Editing passwords +* Removing passwords diff --git a/harbour-passilic.pro b/harbour-passilic.pro @@ -37,6 +37,7 @@ HEADERS += \ DISTFILES += \ qml/harbour-passilic.qml \ qml/cover/CoverPage.qml \ + qml/pages/AboutPage.qml \ qml/pages/PasswordListPage.qml \ qml/pages/PassphraseRequester.qml \ qml/components/GlobalPullDownMenu.qml \ @@ -46,7 +47,9 @@ DISTFILES += \ rpm/harbour-passilic.yaml \ translations/*.ts \ harbour-passilic.desktop \ - qml/pages/AboutPage.qml + +OTHER_FILES += \ + README.md SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172