1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-02-22 06:23:58 +01:00
aerc/commands
inwit 7712a212bf commands: add version command
Sometimes it might be useful to know the version of the running
instance. This is currently possible with templates (`:echo {{version}}`
does the trick), but it seems clearer to have a dedicated command.
Implement such command.

Changelog-added: New `:version` command shows the version of the
 running instance of aerc in the statusbar.
Signed-off-by: inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-02-20 23:09:47 +01:00
..
account composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
compose reply: support multiple copy-to destinations 2025-01-16 21:00:06 +01:00
mode lint: simplify code (gosimple) 2022-08-04 21:57:52 +02:00
msg composer: add flag to go directly to review screen 2025-01-23 22:11:39 +01:00
msgview msgview: add copy-link command 2025-02-06 13:59:24 +01:00
patch completion: add command option descriptions 2024-10-23 10:22:51 +02:00
testdata completion: complete paths with FilterList 2024-10-27 10:15:08 +01:00
cd.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
choose.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
close.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
commands.go compose: differentiate between edit and review commands 2025-01-14 15:00:56 +01:00
completion_helpers.go textinput: make completions run async with cancellation 2024-10-24 22:13:51 +02:00
completion_helpers_test.go commands: add OptionsProvider and OptionCompleter 2023-05-16 13:39:17 +02:00
ct.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
echo.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
eml.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
exec.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
help.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
history.go history: read the history file from XDG_STATE_HOME 2024-10-24 22:13:51 +02:00
menu.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
move-tab.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
new-account.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
next-tab.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
pin-tab.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
prompt.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
pwd.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
quit.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
redraw.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
reload.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00
send-keys.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
suspend.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
term.go completion: add commands descriptions 2024-10-23 10:22:51 +02:00
util.go completion: complete paths with FilterList 2024-10-27 10:15:08 +01:00
util_test.go completion: complete paths with FilterList 2024-10-27 10:15:08 +01:00
version.go commands: add version command 2025-02-20 23:09:47 +01:00
z.go completion: add command option descriptions 2024-10-23 10:22:51 +02:00