diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-09-05 09:43:17 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-13 23:22:50 +0200 |
commit | ba9d79fd2d6d17b8d2ec940697cab2348293c510 (patch) | |
tree | 0e770a2168e922bc261599f75b3cd413d74680e1 /doc/aerc.1.scd | |
parent | 14ddc0de8d2bdd96347cc28d1cea4da74dd775d9 (diff) | |
download | aerc-ba9d79fd2d6d17b8d2ec940697cab2348293c510.tar.gz |
commands: add zoxide support via :z
zoxide is a command line utility, supported by many CLI programs. Enable
zoxide support via the :z command which is a drop-in replacement for :cd
(and calls ChangeDirectory in the background), but also manages adding
paths to and querying from the zoxide database. The command is not
registered if zoxide is not on $PATH.
Link: https://github.com/ajeetdsouza/zoxide
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 88827955..40b14d87 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -65,6 +65,10 @@ These commands work in any context. *cd* <directory> Changes aerc's current working directory. +*z* <directory or zoxide query> + Changes aerc's current working directory using zoxide. If zoxide is not on + *$PATH*., the command will not be registered. + *change-tab* [+|-]<tab name or index> Changes the focus to the tab with the given name. If a number is given, it's treated as an index. If + or - is specified, the number is interpreted |