aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-12 20:41:27 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-12 20:41:27 +0100
commit299f7bf6052e71ca10638dd10cc4d5a490f8aa1f (patch)
treec84e3c3b5f33cc9ee4a69bb8ec0a0714c93dcfe7 /doc
parentfcb2dbd80c8adc5581b4e0e92046d8f5b11d1147 (diff)
downloadimv-299f7bf6052e71ca10638dd10cc4d5a490f8aa1f.tar.gz
imv-msg: Write manpage
Diffstat (limited to 'doc')
-rw-r--r--doc/imv-msg.1.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/imv-msg.1.txt b/doc/imv-msg.1.txt
new file mode 100644
index 0000000..fcda508
--- /dev/null
+++ b/doc/imv-msg.1.txt
@@ -0,0 +1,35 @@
+/////
+vim:set ts=4 sw=4 tw=82 noet:
+/////
+:quotes.~:
+
+imv-msg (1)
+===========
+
+Name
+----
+imv-msg - Utility for sending commands to a running imv instance
+
+Description
+-----------
+
+imv-msg is a tool to simplify the sending of commands to a running instance
+of imv. Given an instance's pid it opens the corresponding unix socket and
+sends the provided command.
+
+Synopsis
+--------
+'imv-msg' <pid> <command>
+
+Authors
+-------
+
+imv-msg is written and maintained by Harry Jeffery <me@harry.pm>
+
+Full source code and other information can be found at
+<https://github.com/eXeC64/imv>.
+
+See Also
+--------
+
+**imv**(1)