summaryrefslogtreecommitdiff
path: root/docs/source/usage/commands.rst
blob: 96d6664954a8b966551cf9ffda42c42ea5139d33 (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
38
39
40
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/bufferlist`
    commands while listing active buffers
:doc:`modes/envelope`
    commands during message composition
:doc:`modes/namedqueries`
    commands while listing all named queries from the notmuch database
:doc:`modes/search`
    commands available when showing thread search results
:doc:`modes/taglist`
    commands while listing all tagstrings present in the notmuch database
:doc:`modes/thread`
    commands available while displaying a thread

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

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