aboutsummaryrefslogtreecommitdiff
path: root/nncmpp.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'nncmpp.adoc')
-rw-r--r--nncmpp.adoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/nncmpp.adoc b/nncmpp.adoc
new file mode 100644
index 0000000..0514bc6
--- /dev/null
+++ b/nncmpp.adoc
@@ -0,0 +1,39 @@
+nncmpp(1)
+=========
+:doctype: manpage
+:manmanual: nncmpp Manual
+:mansource: nncmpp {release-version}
+
+Name
+----
+nncmpp - an MPD client
+
+Synopsis
+--------
+*nncmpp* [_OPTION_]...
+
+Options
+-------
+*-d*, *--debug*::
+ Adds a "Debug" tab showing all MPD communication and other information
+ that help debug various issues.
+
+*-h*, *--help*::
+ Display a help message and exit.
+
+*-V*, *--version*::
+ Output version information and exit.
+
+Files
+-----
+_~/.config/nncmpp/nncmpp.conf_::
+ The configuration file.
+
+// TODO: I'll have to describe the contents. It seems like liberty should
+// contain an includable snippet about the format. At least it'd be good
+// to include an example file, such as the one in the README.
+
+Reporting bugs
+--------------
+Use https://git.janouch.name/p/nncmpp to report bugs, request features,
+or submit pull requests.