Skip to content

Commit

Permalink
Closes #22; README rework
Browse files Browse the repository at this point in the history
  • Loading branch information
k8ieone committed Jan 13, 2025
1 parent f0d7112 commit bdeefc4
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions README.md
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

0 comments on commit bdeefc4

Please sign in to comment.