Rualdi
Rust Aliasing Directory
Table of contents
Introduction
Rualdi allows you to create aliases on directories and to provide
an encapsulation of the built-in cd command function for easy change of working directory.
Inspired by zoxide code.
Examples
Getting started
Step 1: Installing rualdi
From source
Where <path> is the path where you store your binaries.
On Debian
From source
From .deb prebuilt released
You can download a precompiled .deb package from the
releases page and add run:
Other (via precompiled binary) 
Alternatively, you can also download a precompiled binary from the
releases page and add it to
your PATH.
Step 2: Adding rualdi to your shell
Currently only bash and zsh are supported.
bash
Add the following line to your ~/.bashrc:
zsh
Add the following line to your ~/.zshrc:
Configuration
init flags
--cmd: change theradcommand (and corresponding aliases) to something else.
Environment variables
$_RAD_ALIASES_DIR: directory whererualdiwill store its aliases configuration file (default: platform-specific; see thedirsdocumentation for more information)$_RAD_NO_ECHO: when set to1,radwill not print the matched directory before navigating to it$_RAD_RESOLVE_SYMLINKS: when set to1,radwill resolve symlinks before print the matched directory.