summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md2
-rw-r--r--doc/FAQ.md (renamed from FAQ.md)0
-rw-r--r--doc/qtpass.121
5 files changed, 25 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 407bfe04..3294fbd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,8 @@ debian/qtpass*
debian/files
build-stamp
qtpass
-QtPass.*
+QtPass.app
+QtPass.dmg
qtpass.pro.user
qtpass.xcodeproj/project.xcworkspace/xcuserdata/*
qtpass.xcodeproj/xcuserdata/*
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 76ccd97b..3e93f9b3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing
-Make sure you have read the [FAQ](FAQ.md)
+Make sure you have read the [FAQ](doc/FAQ.md)
Thank you for wanting to contribute to making QtPass awesome.
diff --git a/README.md b/README.md
index f1a60d12..b5a306d1 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Planned features
Further reading
---------------
-[FAQ](FAQ.md) and [CONTRIBUTING](CONTRIBUTING.md) documentation.
+[FAQ](doc/FAQ.md) and [CONTRIBUTING](CONTRIBUTING.md) documentation.
[Documentation](https://qtpass.org/)
diff --git a/FAQ.md b/doc/FAQ.md
index 197a811c..197a811c 100644
--- a/FAQ.md
+++ b/doc/FAQ.md
diff --git a/doc/qtpass.1 b/doc/qtpass.1
new file mode 100644
index 00000000..07e149c2
--- /dev/null
+++ b/doc/qtpass.1
@@ -0,0 +1,21 @@
+.TH QtPass "1" "Sep 16, 2015"
+.SH NAME
+qtpass \- GUI for password manager pass
+.SH SYNOPSIS
+\fBqtpass\fP [directory of the password\-store]
+.SH DESCRIPTION
+\fBQtPass\fP is a GUI password manager based on pass with the following
+ features:
+ * Reading pass password stores
+ * Decrypting and displaying the password info
+ * Updating from the git repository
+ * Editing and adding of passwords
+ * Adding and removing people from gpg-id per folder
+ * Read operations also supported without pass (using gpg and git)
+ * Configuration options for backends and executable/folder locations
+ * Copying password to clipboard
+ * Hiding of password against shouldersurfing
+ * Experimental WebDAV support
+.SH AUTHOR
+This manual page was written by Philip Rinn <rinni@inventati.org> for the
+Debian GNU/Linux system (but may be used by others).