aboutsummaryrefslogtreecommitdiffstats
path: root/commands/z.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: add zoxide support via :zBence Ferdinandy2022-09-131-0/+85
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>