From 88ae6b3454002048fcffc675fbdba0044ba78ef3 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Fri, 10 Apr 2020 14:47:30 +0530 Subject: [PATCH] Add zoxide (#401) Co-authored-by: Jonathan Neidel --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 44a06db..db7d06a 100644 --- a/readme.md +++ b/readme.md @@ -444,7 +444,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [PathPicker](https://github.com/facebook/pathpicker/) - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in. - [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z. - [goto](https://github.com/iridakos/goto) - Directory aliases for the shell with autocomplete. -- [z.lua](https://github.com/skywind3000/z.lua) - A new cd command that helps you navigate faster by learning your habits. +- [z.lua](https://github.com/skywind3000/z.lua) - `cd` command that learns your habits. +- [zoxide](https://github.com/ajeetdsouza/zoxide) - Fast directory jumper in Rust. ### Search