-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
# Identities | ||
|
||
GTK frontend for pass | ||
A modern frontend for [pass](https://www.passwordstore.org/) built for GNOME. | ||
|
||
## Basic goals | ||
![Desktop screenshot](misc/screenshots/password.png) | ||
|
||
- [x] Use [passpy](https://passpy.readthedocs.io/en/latest/) as the backend | ||
- [x] Listing passwords | ||
- [x] Viewing password entries | ||
- [ ] Editing existing password entries | ||
- [ ] Adding new passwords | ||
- [ ] Search | ||
- [ ] OTP support | ||
## Download | ||
|
||
There is not any official release *yet*. You can get the latest preview build as an artifact from [GitHub Actions](https://github.com/k8ieone/identities/actions/workflows/flatpak.yml). | ||
|
||
Install it using `flatpak install identities.flatpak`. | ||
|
||
## Features | ||
|
||
- Uses [passpy](https://passpy.readthedocs.io/en/latest/) as the backend | ||
- Viewing password entries | ||
- Supports as many arbitrary attributes as you want | ||
- Support for generating OTPs (even multiple per file) | ||
- Adaptive UI - works great on phones and small screens | ||
|
||
## Roadmap | ||
|
||
- Search | ||
- Support for multiple password stores in arbitrary locations | ||
- Editing | ||
- See [issues](https://github.com/k8ieone/identities/issues) for more currently planned features |