-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Avindra Goolcharan edited this page Jun 11, 2024
·
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 install github.com/avindra/dirp@latest
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.
dirp
was created on and for Linux. There are some development repos where you can grab it right now:
- openSUSE Tumbleweed RPM for openSUSE Tumbleweed
- Fedora 33 and other ports possible by reusing the
.spec
file
On MacOS, dirp
was tested using go
to produce a binary and was determined to be compatible.
No homebrew package exists at this time.