From 414c6ba1b24b894c4f953bbfb2067c6438df7b45 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 3 May 2020 03:58:26 +0530 Subject: [PATCH] Add zoxide to README --- README.md | 1 + README_ZH-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 94bdab2..65e2cdb 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [up](https://github.com/shannonmoeller/up) - Ascend directories by name or count; for bash, zsh, and fish. * [z](https://github.com/rupa/z) - z is the new j, yo * [z.lua](https://github.com/skywind3000/z.lua) - A new cd command that helps you navigate faster by learning your habits +* [zoxide](https://github.com/ajeetdsouza/zoxide) - A faster way to navigate your filesystem, written in Rust ## Customization diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 3b90d67..e4cc255 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -77,6 +77,7 @@ * [wemux](https://github.com/zolrath/wemux) - 多用户使用 Tmux 变得更容易 * [z](https://github.com/rupa/z) - z 是新的 j * [z.lua](https://github.com/skywind3000/z.lua) - 一个会学习你使用习惯的快速 cd 命令 +* [zoxide](https://github.com/ajeetdsouza/zoxide) - 用Rust编写的浏览文件系统的更快方法 ## 定制