https://github.com/gryf/gtkpass
Simple GTK3 GUI for password store
https://github.com/gryf/gtkpass
Last synced: 2 months ago
JSON representation
Simple GTK3 GUI for password store
- Host: GitHub
- URL: https://github.com/gryf/gtkpass
- Owner: gryf
- Created: 2023-10-02T15:20:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T17:10:18.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:48:21.085Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
gtkpass
=======Gtkpass is a simple GUI for the `pass`_ password manager written in Python and
GTK 3.0.Configuration
-------------The configuration file is looked at ``$XDG_CONFIG_HOME/gtkpass.yaml`` and is in
yaml format. Currently there is just a plain list of options with their
defaults:.. code:: yaml
save_dimension: false
confirm_recursive_delete: true
confirm_delete: true
height:
weight:When ``save_dimension`` is set to true, application will save dimension of the
window into ``height`` and ``width``, and pick it up again on program start.Confirmation are always enabled, as deletion will be instant. Of course, as
`pass`_ is git based, there is always possibility to get deleted items back,
but it should be such question, and both of them can be silenced... _pass: https://www.passwordstore.org