Skip to content

Installation

Avindra Goolcharan edited this page Jan 25, 2021 · 14 revisions

Users will need to build dirp from source at this time. Some software packages exist (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 get -u github.com/avindra/dirp

Setup

After installing dirp, you'll want to configure it next.

Compatibility

Linux

dirp was created on and for Linux. There are some development repos where you can grab it right now:

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