~anjan/mobpass

A mobile interface for gopass
Clarify license of gplv3-or-later
added link to alpine repo
changes for alpine's package manager

clone

read-only
https://git.sr.ht/~anjan/mobpass
read/write
git@git.sr.ht:~anjan/mobpass

You can also use your local clone with git send-email.

#mobpass

A mobile interface for gopass

mobpass is available from Alpine Linux's repositories.

#Requirements from alpine's package manager

  • gopass
  • py3-qt5
  • py3-fuzzyfinder
  • pinentry-gnome or pinentry-qt
  • xclip (xorg) or wl-clipboard (wayland) for gopass

#Installation

  1. Install the dependancies
  2. Edit .gnupg/gpg-agent.conf and add: pinentry-program /usr/bin/pinentry-gnome3 # if using gnome or pinentry-program /usr/bin/pinentry-qt # if using kde
  3. Restart gpg-agent
  4. Clone this repository and run:
python3.8 __init__.py

#Credits

I took the code from Two-Factor-Keychain (c) Kevin Whitaker 2020 and made it work for Gopass rather than kde keychain. The original code and this code is licensed under GPL-3.0-or-later.

#Support

For support and feature requests: send an email to my public inbox.

Send patches to my public inbox. To learn to send patches via email, see: git-send-email.