summaryrefslogtreecommitdiffstats
path: root/README.md
blob: b04ccc5f30e8c4f47fe87ea468a8829daa6c026a (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
34
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~~
4. edit, insert
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)