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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af875b94..49f44704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Support for bindings with the Alt modifier. +- Zoxide support with `:z`. ### Fixed |