aerc/commands
Christopher Vittal ecd803aae4 Add :prompt command
Usage:
    :prompt <prompt> <command...>

Displays the prompt on the status bar, waits for user input, then
appends that input as the last argument to the command and executes it.
The input is passed as one argument to the command, unless it is empty,
in which case no extra argument is added.
2019-08-26 09:48:39 +09:00
..
account Add optional body argument to compose command 2019-08-13 10:49:34 +09:00
compose Revert "add close command at global level" 2019-08-13 10:55:50 +09:00
msg Add forwarding as attachment feature 2019-08-20 10:05:51 +09:00
msgview Revert "add close command at global level" 2019-08-13 10:55:50 +09:00
terminal Revert "add close command at global level" 2019-08-13 10:55:50 +09:00
cd.go Add filesystem completions for :attach and :cd 2019-08-02 09:22:40 -04:00
commands.go Fix directory completion case sensitivity 2019-08-03 10:48:47 -04:00
ct.go Add index option to change-tab 2019-07-27 12:40:28 -04:00
exec.go Fix re-opening of expired pipe tabs 2019-07-08 18:32:31 -04:00
global.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
help.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
new-account.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
next-tab.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
prompt.go Add :prompt command 2019-08-26 09:48:39 +09:00
pwd.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
quit.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
set.go 71: Allow user to change config options at runtime 2019-07-15 09:42:03 -04:00
term.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
util.go Add CompletePath method 2019-08-02 09:22:39 -04:00