summaryrefslogtreecommitdiff
path: root/docs/source/usage/commands.rst
blob: 6fa99b580d4ae8412aa7787f3c3c047354e6d66b (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
35
36
37
Commands
========

Alot interprets user input as command line strings given via its prompt
or :ref:`bound to keys <config.key_bindings>` in the config.
Command lines are semi-colon separated command strings, each of which
starts with a command name and possibly followed by arguments.


See the sections below for which commands are available in which (UI) mode.
`global` commands are available independently of the mode.


:doc:`modes/global`
    globally available commands
:doc:`modes/search`
    commands available when showing thread search results
:doc:`modes/thread`
    commands available while displaying a thread
:doc:`modes/envelope`
    commands during message composition
:doc:`modes/bufferlist`
    commands while listing active buffers
:doc:`modes/taglist`
    commands while listing all tagstrings present in the notmuch database

.. toctree::
   :maxdepth: 2
   :hidden:

   modes/global
   modes/search
   modes/thread
   modes/envelope
   modes/bufferlist
   modes/taglist