summaryrefslogtreecommitdiffstats
path: root/README.md
blob: a4dfeb238e0f233e91b534366ed8ce145663c9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
qtpass
======

QtPass is a gui for [pass](http://www.passwordstore.org/)

Current state
-------------
Read only access to password-store content.

* Using pass or directly with git and gpg2
* Configurable
* Cross platform (\*nix only at this point)

TODO
----
1. ~~non-blocking actions~~
2. ~~multi-lingual~~
3. ~~filtering and autocomplete~~
5. gpg-id management (per-folder)

Instalation
-----------
On most systems all you need is:
`qmake && make && make install`

On MacOsX:
`qmake && make && macdeployqt QtPass.app -dmg `

Further reading
---------------
[Documentation](http://ijhack.github.io/qtpass/)

[Source code](https://github.com/IJHack/qtpass)