From 0bf2d4f19ba13c4f93ee4f28f99b2d437cb50a79 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Mon, 30 Mar 2020 22:23:24 +0530 Subject: [PATCH] Add zoxide under System Tools zoxide is a CLI utility that tracks your directory usage, allowing you to quickly `cd` to anywhere on your filesystem using just part of the directory name. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c916e6..991e2f8 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### System tools +* [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide/) — A fast alternative to `cd` that learns your habits [![release](https://github.com/ajeetdsouza/zoxide/workflows/.github/workflows/release.yml/badge.svg)](https://github.com/ajeetdsouza/zoxide/actions) * [bandwhich](https://github.com/imsnif/bandwhich) — Terminal bandwidth utilization tool [](https://travis-ci.com/imsnif/bandwhich) * [brocode/fblog](https://github.com/brocode/fblog) — Small command-line JSON Log viewer [](https://travis-ci.org/brocode/fblog) * [buster/rrun](https://github.com/buster/rrun) — A command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun)