Skip to content

Installation

Avindra Goolcharan edited this page Jan 16, 2025 · 15 revisions

Users will need to build dirp from source at this time. A software package is available for openSUSE (see Compatibility).

dirp depends primarily on the binary/package fzf, which must be installed beforehand if you are installing dirp from source (i.e., using go build or go get).

Go

go install github.com/avindra/dirp@latest

Setup

After installing the dirp binary, setup your shell profile with the relevant dirp hook, and configure your bookmarks.

Upon reloading your shell, the dir function will now be defined and ready for use.

Compatibility

Linux

dirp was created on and for Linux. There is a development repo where you can grab it right now:

If you install via the package, you can skip manually configuring your shell with a relevant dirp hook.

macOS

On macOS, dirp was tested using go to produce a binary and was determined to be compatible.

No homebrew package exists at this time.

Clone this wiki locally