summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-19 13:34:43 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-19 15:31:34 +0100
commitc713c1aefb9a8bcf27f9572dc1dae0c2e53f42a5 (patch)
treeacccf3986be003c1c66a7d39e86fa8d5e48cd7e9 /docs
parentb1230fec957d7f10f06d4f91831cb27525476cb7 (diff)
polish manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/source/manpage.rst11
-rw-r--r--docs/source/usage/cli_commands.rst9
2 files changed, 16 insertions, 4 deletions
diff --git a/docs/source/manpage.rst b/docs/source/manpage.rst
index 0e53d82b..58161c87 100644
--- a/docs/source/manpage.rst
+++ b/docs/source/manpage.rst
@@ -11,10 +11,21 @@ Description
.. include:: description.rst
+Options
+-------
+.. include:: usage/cli_options.rst
+
+Commands
+--------
+.. include:: usage/cli_commands.rst
+
Usage
-----
.. include:: usage/first_steps.rst
+UNIX Signals
+------------
+.. include:: usage/signals.rst
See Also
--------
diff --git a/docs/source/usage/cli_commands.rst b/docs/source/usage/cli_commands.rst
index b2fa28c6..b1b4b369 100644
--- a/docs/source/usage/cli_commands.rst
+++ b/docs/source/usage/cli_commands.rst
@@ -1,14 +1,15 @@
search
start in a search buffer using the querystring provided as
- parameter. See also the SEARCH SYNTAX section of notmuch(1)
- and the output of `alot search --help`.
+ parameter. See also :manpage:`notmuch-search-terms(7)`.
+
compose
compose a new message
- See the output of `alot compose --help` for more info on parameters.
+
bufferlist
start with only a bufferlist buffer open
+
taglist
start with only a taglist buffer open
+
pyshell
start the interactive python shell inside alot
- See the output of `alot pyshell --help` for more info on parameters.