File: commands.rst

package info (click to toggle)
alot 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,716 kB
  • sloc: python: 11,261; makefile: 125; sh: 8
file content (40 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (5)
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